Scripting and open files
If this has been answered, I'm sorry I couldn't find it.
I have a script, that is supposed to sync the user folder on our server to a 500gb NAS drive.
It works as planned, with one major problem. Even with batch set to continue, if a file is open at the time of the script being ran, it will error out and quit.
Script:
option batch continue
synchronize remote "E:\Users" /datbackup
Operating Systems
Source: Windows 2003 Server
Destination: *nix
Is it possible to make it skip open files, or continue on error? Or better yet, copy them anyways!
Thanks![/b]
I have a script, that is supposed to sync the user folder on our server to a 500gb NAS drive.
It works as planned, with one major problem. Even with batch set to continue, if a file is open at the time of the script being ran, it will error out and quit.
Script:
option batch continue
synchronize remote "E:\Users" /datbackup
Operating Systems
Source: Windows 2003 Server
Destination: *nix
Is it possible to make it skip open files, or continue on error? Or better yet, copy them anyways!
Thanks![/b]