summaryrefslogtreecommitdiff
path: root/borgAuto.sh
diff options
context:
space:
mode:
Diffstat (limited to 'borgAuto.sh')
-rwxr-xr-xborgAuto.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/borgAuto.sh b/borgAuto.sh
index e7b0414..afbacbc 100755
--- a/borgAuto.sh
+++ b/borgAuto.sh
@@ -56,7 +56,7 @@ function Pruner {
}
# Backup all of /home except a few excluded directories and files
-echo $'\nCreating ${USER}\'s archive'
+echo $'\n'"Creating ${USER}'s archive"
borg create -v --stats --compression auto,lzma,6 \
::'{hostname}-{user}-{now:%Y%m%dT%H%M}' \
/home/st33v \