diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2018-03-30 22:24:13 +0200 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2018-03-30 22:24:13 +0200 |
commit | ecf8bb4b0cbef589c16ee35693ddda8fb84b23f6 (patch) | |
tree | 7c73de8224fe65c98a47faa7608a381e0b75aef4 /README.md |
Initial commit, added a skeleton script but need to decide if I'm using the rsync daemon on the master side
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..5622605 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# 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. |