Update backup script
parent
2e75dcd0bf
commit
d98ad07799
|
@ -17,7 +17,8 @@
|
|||
# `restic -r b2:desktop-arch init`
|
||||
|
||||
source /etc/restic-env
|
||||
restic -r b2:"$HOSTNAME" backup \
|
||||
restic -r "$RESTIC_REPOSITORY:$HOSTNAME" backup \
|
||||
--tag "hektor" \
|
||||
--one-file-system \
|
||||
--files-from="$HOME/.resticinclude" \
|
||||
--exclude-file="$HOME/.resticexclude" \
|
||||
|
|
Loading…
Reference in New Issue