Update backup script

This commit is contained in:
2023-07-12 20:52:51 +02:00
parent 2e75dcd0bf
commit d98ad07799

View File

@@ -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" \