aboutsummaryrefslogtreecommitdiff
path: root/share/hydractl/backup-restore
diff options
context:
space:
mode:
Diffstat (limited to 'share/hydractl/backup-restore')
-rwxr-xr-xshare/hydractl/backup-restore10
1 files changed, 8 insertions, 2 deletions
diff --git a/share/hydractl/backup-restore b/share/hydractl/backup-restore
index a5bfd42..438d1a6 100755
--- a/share/hydractl/backup-restore
+++ b/share/hydractl/backup-restore
@@ -7,11 +7,17 @@
source $APP_BASE/lib/hydra/functions || exit 1
hydra_config_load
+# Syntax check.
+if [ -z "$1" ]; then
+ echo "Usage: `basename $0` <localhost|server> [rsync|rdiff]"
+ exit 1
+fi
+
# Check restore strategy.
if [ "$1" == "localhost" ]; then
- hydra_backup_environment_local $2 restore
+ hydra_backup_environment_local
else
- hydra_backup_environment_remote $1 restore
+ hydra_backup_environment_remote $*
fi
duplicity restore file:///$BACKUPDIR/ $RESTOREDIR/