diff options
Diffstat (limited to 'scripts/box/create-backup.env.sh')
-rwxr-xr-x | scripts/box/create-backup.env.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/box/create-backup.env.sh b/scripts/box/create-backup.env.sh index c9b2d3d..b87df38 100755 --- a/scripts/box/create-backup.env.sh +++ b/scripts/box/create-backup.env.sh @@ -11,4 +11,4 @@ borg create \ --progress \ --compression lzma,6 \ "${BORG_REPO}::{hostname}-{now}-${VPS_COMMIT_SHA}" \ - ${VOLUME_HOME}/* + "${VOLUME_HOME}"/* |