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

Python 3 compatibility #85

Open pahaz opened 6 years ago

pahaz commented 6 years ago

root@xxx:~# bakthat --help
Traceback (most recent call last):
  File "/usr/local/bin/bakthat", line 7, in <module>
    from bakthat import main
  File "/usr/local/lib/python3.5/dist-packages/bakthat/__init__.py", line 175
    except Exception, exc:
                    ^
SyntaxError: invalid syntax```