BORG: Fixes backup dir

Jonathan Hodgson 3 years ago
parent f7c59be6ca
commit 89b8b6283e
  1. 5
      borg/.local/share/bin/borg

@ -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=$?

Loading…
Cancel
Save