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

Show does not show every destinations by default #43

Open ipmb opened 11 years ago

ipmb commented 11 years ago

The docs say this:

$ 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)
tsileo commented 11 years ago

Hi Peter,

Nice catch, I think it's a Swift related issue. Added it to my todo list, will be fixed soon.

I keep you updated.

Thanks so much for your feedback, don't hesitate if you have any suggestions!