backup.py is a simple way to do diff and complete backups for your servers.
Some days ago i'm looking for a simple way to do daily backups in my server. I found a lot of software BUT is too simple OR too complete for my needs.
So i decide to wrote a small python class to do that. And here is backup.py: it takes a list of directories and do diff backups on there.
At the end it send a mail report. Nothing more and nothing less.
Have fun, it's GPLed software!
What's New in This Release:
· Some bugs were fixed.
· Centralized backup monitoring support was started, and some new useful options were added.
Product's homepage