diff options
Diffstat (limited to 'share/hydractl/backup-restore')
-rwxr-xr-x | share/hydractl/backup-restore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/share/hydractl/backup-restore b/share/hydractl/backup-restore new file mode 100755 index 0000000..581ac63 --- /dev/null +++ b/share/hydractl/backup-restore @@ -0,0 +1,11 @@ +#!/bin/bash +# +# Backup restoration. +# + +# Load. +source $APP_BASE/lib/hydra/functions || exit 1 +hydra_config_load + +hydra_backup_environment $* +duplicity restore file:///$BACKUPDIR/ $RESTOREDIR/ |