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.
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