ktaragorn / queue_sync

This is a script to sync files from a source to a consumer of said files
MIT License
0 stars 0 forks source link

[edge cases] If rsync fails on few files, those files are deleted locally next time #2

Open ktaragorn opened 8 years ago

ktaragorn commented 8 years ago

Rsync fails on files, or if new files are created during rsync, these new files are written to last sync list, and then deleted the next time arnd, cuz they arent on the remote

Fix - only write those files which succeeded in rsync to last sync list

ktaragorn commented 8 years ago

Also to handle interupted transfers