Logo

index : sod

---

  • summary
  • about
  • tree
  • log
  • branches
<< path: root/public/sod.git/html/README.md blob: 8b54fa767a7fef43e36acde7ec6e5449986b3e9d [raw] [clear marker]

        
0# SOD - Save our Data
1Small backup tool that archives, compresses and distributes the backups to different
2locations.
3
4## Usage
5
6### Config
7If you run it the first time, you have to add backup paths, where the backups should be
8distributed to:
9
10`./sod.py -p /my_drives/my_drive_A/backups /my_drives/my_drive_B/backups`
11
12You can list the configured backups paths with:
13`./sod.py -l`
14
15
16### Backup
17Uncompressed backup of a directory (or file):
18`./sod.py my_important_directory`
19
20With compression:
21`./sod.py -z my_important_directory`
22
23
24### Help
25Via `./sod.py -h` or ` --help`
26
27
28
Copyright 2026  E766CB298A6D1E64 | Git-Thing heavily inspired by cgit