diff options
| author | St33v <github@f3rr3t.com> | 2021-09-27 16:54:08 +1000 |
|---|---|---|
| committer | St33v <github@f3rr3t.com> | 2021-09-27 16:54:08 +1000 |
| commit | 0dd31068564bbb8618acb79ae0e8a3942874ff07 (patch) | |
| tree | 99f30956cfab7dada02dd3545b5709a9609cae6c | |
| parent | 6d149d0de82f0716ad1f82b8aa76c8b72ef5ba26 (diff) | |
expand $USER properly
| -rwxr-xr-x | borgAuto.sh | 2 |
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 \ |
