From 0dd31068564bbb8618acb79ae0e8a3942874ff07 Mon Sep 17 00:00:00 2001 From: St33v Date: Mon, 27 Sep 2021 16:54:08 +1000 Subject: expand $USER properly --- borgAuto.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'borgAuto.sh') 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 \ -- cgit v1.3