BORG: Fixes backup dir

This commit is contained in:
Jonathan Hodgson 2020-12-07 11:39:03 +00:00
parent 0e0f0c00d1
commit 1eccde753e

View file

@ -31,11 +31,8 @@ borg create \
--exclude '/home/*/.ccache' \
--exclude '/home/*/Downloads' \
--exclude '/home/*/.dotfiles' \
--exclude '/home/lost+found' \
--exclude '*.img' \
--exclude '*.iso' \
::'{hostname}-{now}' \
$HOME 2>&1
/home 2>&1
backup_exit=$?