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

Possible to use bakthat for similar files from multiple servers? #51

Open devdave opened 11 years ago

devdave commented 11 years ago

Say I've got 3 pairs of redis servers and I'd like to backup their dump.rdb files to the same s3 bucket, is there anyway to prefix the s3 key to disambiguate the three sources? ( eg "pair1.dumprdb.{timestamp}.gz" or prefix them by / "pair1/dumprdb.{timestamp}.gz" from the configuration file?