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

BakHelper and svndump #57

Closed zoumra closed 10 years ago

zoumra commented 10 years ago

svn repository

I try to use BakHelper with svn repository. The process works fine(i.e in the log), but the command bakthat show displays: 2013-11-14T15:16:27 glacier 160 B SVN_HERACLES_wYUoBA.20131114151627.tgz.enc (svn)

The repository is around 4GB..

with BakHelper(SVN_HERACLES_BACKUP_NAME, password=HERACLES_BACKUP_PWD,destination="glacier", tags=["svn"]) as bhsvn: logging.info(sh.svnadmin("dump", q="/mnt/data/svnrepo/", _out="svnrepo.dmp"))

    bhsvn.backup()
    bhsvn.rotate()