diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2018-04-04 20:50:56 +0200 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2018-04-04 20:50:56 +0200 |
commit | 3ee260ee67ee6e17f583c9cc0ac8f7e37c1ae190 (patch) | |
tree | 910a7e171c7d67035d73a8cfaed0660be55041bf /README.md | |
parent | ecf8bb4b0cbef589c16ee35693ddda8fb84b23f6 (diff) |
Made backup script more generic, added specific script for stromboli
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,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 data and backup directories are mounted correctly before attempting to copy. +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. |