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.
$ bakthat show -h
usage: bakthat show [-h] [-d DESTINATION] [-t TAGS] [-p PROFILE] [-c CONFIG]
[query]
positional arguments:
query search filename for query
optional arguments:
-h, --help show this help message and exit
-d DESTINATION, --destination DESTINATION
glacier|s3|swift, show every destination by default
But I see this:
$ bakthat show mybackup
$ bakthat show -d swift mybackup
2013-07-03T16:20:04 swift 5.0 MB mybackup_qFfadH.20130703162004.tgz (mytag)
The docs say this:
But I see this: