Quote:
Originally Posted by ilovejedd
I use robocopy. It's a command-line tool built-in to Windows Vista and newer.
Code:
robocopy "C:\path\to\calibre\library" "D:\path\to\backup\library" /mir /log:"calibre-backup.log"
|
I had no idea this existed. Thank you.