![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Further to my last post about backups, it looks like someone has written the backup tool that I wanted to exist:
http://duplicity.nongnu.org/
except possibly the use of "tar" as a container.
Thoughts?
http://duplicity.nongnu.org/
- All cleverness is on the client - the server can be a dumb store like Amazon S3
- Backups are therefore initiated on the client - good for sometimes-on machines
- Backups can be encrypted and signed with GPG
- It supports incremental backups of large files, using rdiff "signature files"
- All in Python, appears quite new
Thoughts?