Logo

index : sod

---

  • summary
  • about
  • tree
  • log
  • branches
https://git.ptrace.dev/public/sod.git
ssh://git@git.ptrace.dev/public/sod.git
PY: 50%
MD: 50%

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

Copyright 2026  E766CB298A6D1E64 | Git-Thing heavily inspired by cgit