Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Excellent piece of software, and relatively simple to use with gpg encryption. I've been using it for many years.

My only complaint is that, like a lot of software written in Python, it has no regard for traditional UNIX behavior (keep quiet unless you have something meaningful to say), so I have to live with cron reporting stuff like:

"/usr/lib/python2.7/dist-packages/paramiko/rsakey.py:99: DeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead. algorithm=hashes.SHA1()"

along with stuff I actually do (or might) care about.

Oh well.



> /usr/lib/python2.7/

You are using an old version of Duplicity. It dropped all support for Python 2 in 2022: https://git.launchpad.net/duplicity/commit/setup.py?id=5505f...


You can try setting `export PYTHONWARNINGS="ignore"` to suppress warnings.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: