GUI client for with Amazon Glacier — cheap and very cold data storage. Archive naming is compatible with FastGlacier for Windows. Written on Python and Qt.
- List vaults content.
- Upload archives.
- Download archives.
- Emulate directory structure.
- Check for duplicates before uploading.
- Create/delete vaults
- Delete archives (planned).
pip3 install survtur-glacier
After installation on most systems this command should work:
survtur-glacier
If you see command not found error, try this:
python3 -c "import survtur_glacier as s; s.start()"
On first start app will create ~/.survtur-glacier/config.ini
.
You should write there your AWS credentials and region.
Without correct credentials, app will not start. You'll see error in terminal.
Whe you cancel task, it goes to "Faulty" list of tasks. All faulty tasks will be restarted on next programm start. If you want to completely remove faulty and cancelled tasks, you have to delete faulty tasks.
To clean cancelled tasks:
- Go to faulty task list.
- Select tasks you want to delete.
- Click Right mouse button and choose "Delete"