diff options
| author | St33v <github@f3rr3t.com> | 2021-05-13 09:49:56 +1000 |
|---|---|---|
| committer | St33v <github@f3rr3t.com> | 2021-05-13 09:49:56 +1000 |
| commit | b5ab4c3c65b5f854aabf54bb841745b59ee63b19 (patch) | |
| tree | 55d585774aa55988d59490d152c4a34fb8b69dba | |
| parent | cdee589b804e89a043804382aed881234ee18810 (diff) | |
add continuation backslash
| -rwxr-xr-x | borgAuto.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/borgAuto.sh b/borgAuto.sh index 18f5acc..46d4bc1 100755 --- a/borgAuto.sh +++ b/borgAuto.sh @@ -62,7 +62,7 @@ borg create -v --stats --compression auto,lzma,6 \ /home/st33v \ /var/log/pacman.log \ /etc/systemd/system \ - /boot/grub/*.cfg + /boot/grub/*.cfg \ --exclude '/home/$USER/cargo' \ --exclude '/home/st33v/.*' \ --exclude '*.vdi' \ |
