vsespb / mt-aws-glacier

Perl Multithreaded Multipart sync to Amazon Glacier
http://mt-aws.com/
GNU General Public License v3.0
536 stars 57 forks source link

Crash if files are removed from filesystem during run #101

Open vsespb opened 9 years ago

vsespb commented 9 years ago

subj. for sync command and possibly others.

First of all, there should be sane error message, not crash.

Also there should be (optional?) option to to to minimize race-condition window (between we read directory listing and started sync the file) and just skip file if it's missing.