borg-stuff
This commit is contained in:
parent
b21404e35d
commit
535065a9ad
|
|
@ -16,7 +16,7 @@ TAG=daily
|
||||||
|
|
||||||
# create borg backup archive
|
# 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'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
Loading…
Reference in New Issue