Add Options 'ONLY_BACKUP' (do not handle existing archives) and 'NO_NEW_BACKUP' (do not backup any host, only handle existing archives).

This commit is contained in:
2020-05-23 15:33:39 +02:00
parent 41e67196d3
commit e6e88c7e7d
7 changed files with 367 additions and 180 deletions

View File

@@ -1,8 +1,6 @@
#!/usr/bin/env bash
manual=${manual:=true}
script_dir=$(realpath `dirname $0`)
$script_dir/rcopy.sh true
$script_dir/rcopy.sh -m $*
exit $?