updated readme

This commit is contained in:
ilguappo 2024-08-14 17:00:40 -07:00
parent cfe62379de
commit d383a7ef9d

View File

@ -1,5 +1,9 @@
# backup.sh
Create incrimental backups using rsync and filesystem hardlinking.
requires: rsync, cron and a filesystem that is capable of hardlinking.
### Usage
```bash
./backup.sh <source dir> <destination dir>/<frequency> <number of backups to keep>