-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to download archive even after it's available #178
Comments
It dumps the data to stdout. Use a redirect such as "> outfile" to tell the OS where to send the data to. So the command would look about like this: |
Awesome!! Thank you so much. |
No, any name will do. For your convenience, do use the correct extension, making it easier to recognise the file later. |
Sure, Thank you so much!! I'll try to install SimpleDB. One last question please, is there a way to get the Archive ID of the recently uploaded archive? Because, I just uploaded an archive of 4.2GB and all is shows is: [root@ip-10-12-111-2 data_back]# glacier-cmd upload howopensource db_bck.zip --description "Backup_Mon" Wrote 4.2 GB. Rate 3.08 MB/s.. Rate 4.84 MB/s, average 3.08 MB/s, ETA 09:55:49. Header (Archive SHA256 tree hash Uploaded File) and Value. Is it possible to get the archive ID? |
First I instructed Glacier to retrieve an archive using below command :
glacier-cmd getarchive
After few hours I got an email notification about the completion of the retrival job. As the data is available for download I ran this command :
glacier-cmd download
All I'm seeing on the screen is some weird codes dancing on the STDOUT. Tried adding "--outputdirectory <dir_name> but it didn't work. Could someone please help!
The text was updated successfully, but these errors were encountered: