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

Temporary files handling #1

Open ktaragorn opened 8 years ago

ktaragorn commented 8 years ago

If i Ctrl C when I see a dtapart file transfering, it still ends up on .last_sync_list and on subsequent attempts, deleting it, when it doesnt exist leads to an error.

Short term fix - deleting missing files shouldnt be an error? Long term - Need a way to ignore such files - a regex to pass on CLI to ignore files *.dtapart for e.g?