borg-stuff

This commit is contained in:
Harri Lahtinen 2020-03-27 14:48:30 +02:00
parent b21404e35d
commit 535065a9ad
2 changed files with 8 additions and 1 deletions

View File

@ -16,7 +16,7 @@ TAG=daily
# create borg backup archive
borg create ssh://borg@$HOST:2222/backup/arch::$TAG'-{now:%Y-%m-%d}' $HOME --exclude $HOME/.cache --exclude $HOME/Downloads
borg create ssh://borg@$HOST:2222/backup/arch::$TAG'-{now:%Y-%m-%d}' $HOME --exclude-from ${HOME}'/.config/borg/exclude-list'

View File

@ -0,0 +1,7 @@
/home/hate/.cache
/home/hate/.mozilla
/home/hate/.local/share/Trash
/home/hate/Downloads
/home/hate/Videos
/home/hate/.config/chromium
/home/hate/.config/google-chrome