Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

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-----
"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"