Quote:
Originally Posted by theducks
Does Robocopy fail if Calibre is running?
I know Synctoy (what I run frequently) has problems with metadata.db if it is running.
|
Robocopy doesn't require exclusive access as far as I know so reckon it's fine.
I just use the following for mirroring Calibre library folders and it has no problem copying metadata.db even when Calibre's running and has the library open.
Code:
robocopy source target /mir /fft /dst /r:0 /w:0