diff options
Diffstat (limited to '')
-rwxr-xr-x | scripts/box/create-backup.env.sh (renamed from scripts/box/run-backup.env.sh) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/box/run-backup.env.sh b/scripts/box/create-backup.env.sh index bd506e9..c9b2d3d 100755 --- a/scripts/box/run-backup.env.sh +++ b/scripts/box/create-backup.env.sh @@ -4,10 +4,11 @@ export BORG_REMOTE_PATH="${BORG_REMOTE_PATH}" export BORG_PASSPHRASE="${BORG_PASSPHRASE}" # The configured $BORG_REPO is already the rsync remote. # No need to send the files after the backup is done. +echo xiu borg create \ --verbose \ --stats \ --progress \ --compression lzma,6 \ "${BORG_REPO}::{hostname}-{now}-${VPS_COMMIT_SHA}" \ - "${VOLUME_HOME}" + ${VOLUME_HOME}/* |