Can Robocopy be made to skip open files?
Posted
by
domspurling
on Server Fault
See other posts from Server Fault
or by domspurling
Published on 2012-11-01T14:38:23Z
Indexed on
2013/07/01
10:23 UTC
Read the original article
Hit count: 245
windows-server-2003
|robocopy
We are using Robocopy to redistribute files which arrive via FTP in a drop folder. Ideally we want Robocopy to leave files alone if they are still being FTPd.
Having tried various switches, Robocopy still copies the open files. It doesn't delete them, so the FTP continues unaffected. However, we end up with truncated files being distributed to their destination.
Can Robocopy be made to skip open files?
Perhaps there is something more suitable than Robocopy for this task?
© Server Fault or respective owner