tsileo / bakthat

Bakthat is a MIT licensed backup framework written in Python, it's both a command line tool and a Python module that helps you manage backups on Amazon S3/Glacier and OpenStack Swift. It automatically compress, encrypt (symmetric encryption) and upload your files.
http://bakthat.readthedocs.org/en/latest/
MIT License
491 stars 67 forks source link

bakthat dumps glacier backups to /tmp #40

Open anth1y opened 11 years ago

anth1y commented 11 years ago

after I run

$ bakthat backup -d glacier /data/backuppc/cpool/ --prompt no bakthat does its job of backing up the necessary directory. but it dumps backups in /tmp

I havent made any adjustments to the bakthat code so I'm not quite sure why this is happening or where to start troubleshooting this error..

please help

Thanks

tsileo commented 11 years ago

Hi Anthony,

I'll fix this bug in next release, I keep you updated.

Thanks!