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

Sync resume? #124

Closed mbevilacqua closed 7 years ago

mbevilacqua commented 7 years ago

This is really a question but probably an enhancement request as I'd guess it would be documented if supported. When using sync on large files that get split for upload by mt-aws-glacier if we have to kill the sync process and restart it will uploaded segments be re-uploaded or will it resume uploading from the last segment successfully uploaded?

vsespb commented 7 years ago

if you kill process, it will start uploading from scratch. maybe try pause process (Ctrl-S, Ctrl-Q)? I think there is existing ticket for the enhancement https://github.com/vsespb/mt-aws-glacier/issues/62

mbevilacqua commented 7 years ago

I'll probably approach it the same way as #62 and split files then. Thanks for that quick reply, keep up the great work!