Compare commits
2 Commits
a357f65e31
...
d383a7ef9d
Author | SHA1 | Date | |
---|---|---|---|
d383a7ef9d | |||
cfe62379de |
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user