Compare commits

..

No commits in common. "d383a7ef9d70c1c6013bc422d319e462961f7683" and "a357f65e311237ebc545338c136ebf570c63add5" have entirely different histories.

2 changed files with 0 additions and 6 deletions

View File

@ -1,9 +1,5 @@
# 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>

View File

@ -1,5 +1,3 @@
#!/usr/bin/env bash
# A script to perform incremental backups using rsync
set -o errexit