blob: fa613163516a77bd26356e7f727c8c445de70ff8 (
plain)
1
2
3
4
5
6
|
# backup
A wrapper that synchronises the contents of two directories using rsync. Intended for use in stromboli to backup the files from vesuvio.
This script also does some checks to ensure that both source and destination directories exist, and it logs the output of rsync.
`backup` is a generic backup script. `stromboli_backup` is a wrapper that uses `backup` but has some hardcoded parameters specific to stromboli.
|