BORG: Fixes backup dir
This commit is contained in:
parent
f7c59be6ca
commit
89b8b6283e
1 changed files with 1 additions and 4 deletions
|
@ -31,11 +31,8 @@ borg create \
|
||||||
--exclude '/home/*/.ccache' \
|
--exclude '/home/*/.ccache' \
|
||||||
--exclude '/home/*/Downloads' \
|
--exclude '/home/*/Downloads' \
|
||||||
--exclude '/home/*/.dotfiles' \
|
--exclude '/home/*/.dotfiles' \
|
||||||
--exclude '/home/lost+found' \
|
|
||||||
--exclude '*.img' \
|
|
||||||
--exclude '*.iso' \
|
|
||||||
::'{hostname}-{now}' \
|
::'{hostname}-{now}' \
|
||||||
$HOME 2>&1
|
/home 2>&1
|
||||||
|
|
||||||
backup_exit=$?
|
backup_exit=$?
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue