mt-aws-glacier
mt-aws-glacier copied to clipboard
Perl Multithreaded Multipart sync to Amazon Glacier
… Issue appears to be on server side, but retrying works around issue for now. Workaround for #125 I agree that AWS should ideally address or at the very least...
Good day! I have a huge file collection(about 3 million files) and have uploaded around half of it but I stop midway because of some issue(s) in the EC2 server....
I use mt-aws-glacier version 1.120 to upload a file 6GB to Glacier but the uploading process STOP without any error messages. below is command line and log $mtglacier sync --config=glacier.cfg...
I was trying to restore my files with a version 0 journal and I'd get this error: UNEXPECTED ERROR (parent): at /usr/share/perl5/App/MtAws/QueueJob/Download.pm line 43. which I was able to track...
`@ChrisChiappa` from twitter reports: --- `@mtglacier` Can the debian repos be updated? W: dl.mt-aws.com/debian/current…: Signature by key 2C…99 uses weak digest algorithm (SHA1) --- not sure how to reproduce. Tried...
It seems to me there is no option to ignore errors while syncing? Using this software to sync a QNAP-NAS from a Ubuntu-VM (SMB-mount). Unfortunately, there are files that cannot...
Hi , I am using mtglacier as: ` $ mtglacier --config /opt/scripts/glacier.conf --journal /opt/scripts/glacier.journal --dir /mnt/zfsbackups sync` hoping to sync the source folder /mnt/zfsbackups to remote glacier. The upload continues...
Amazon Glacier has three retrieval methods with varying speed and cost: Expedited, Standard and Bulk. Which one mt-aws-glacier uses by default? Is it possible to chose different retrieval method?
Getting an error when calling `download-inventory` ``` ./mtglacier download-inventory --config glacier.cfg --vault backup_server --new-journal backup_server.log MT-AWS-Glacier, Copyright 2012-2014 Victor Efimov http://mt-aws.com/ Version 1.120 PID 28653 Started worker PID 28653 Fetched...
Without this PR, the child worker process will simply exit on SIGPIPE (e.g. when the TCP connection with the remote server breaks) and the parent will report something like this:...