SOD - Save our Data
Small backup tool that archives, compresses and distributes the backups to different locations.
Usage
Config
If you run it the first time, you have to add backup paths, where the backups should be distributed to:
./sod.py -p /my_drives/my_drive_A/backups /my_drives/my_drive_B/backups
You can list the configured backups paths with:
./sod.py -l
Backup
Uncompressed backup of a directory (or file):
./sod.py my_important_directory
With compression:
./sod.py -z my_important_directory
Help
Via ./sod.py -h or --help