- martin
Post a reply
Topic review
- esirenko
Sync files by file size
Hello gentlemen,
I am trying to figure out if it possible to make incremental backup and synchronize not only new files but files with different sizes as well.
Situation - sometimes, after backup, I see some files was not copied completely, I suppose it happens when connection was dropped and "reconnecttime" option did its job, but not completed file is being skipped and copying starts from the next file in line.
So is there any way to make by-file synchronization, because "mirror" key copies all from the scratch?
-----SCRIPT-----
I am trying to figure out if it possible to make incremental backup and synchronize not only new files but files with different sizes as well.
Situation - sometimes, after backup, I see some files was not copied completely, I suppose it happens when connection was dropped and "reconnecttime" option did its job, but not completed file is being skipped and copying starts from the next file in line.
So is there any way to make by-file synchronization, because "mirror" key copies all from the scratch?
-----SCRIPT-----
"winscp.com" /ini=nul /command
"option batch abort"
"option confirm off"
"option reconnecttime 10"
"open ftp://USER:PASSWORD@ADDRESS"
"synchronize remote -mirror O:\warehouse /backup/"
"exit"