Update backup script

master
Hektor Misplon 2023-07-12 20:52:51 +02:00
parent 2e75dcd0bf
commit d98ad07799
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@
# `restic -r b2:desktop-arch init` # `restic -r b2:desktop-arch init`
source /etc/restic-env source /etc/restic-env
restic -r b2:"$HOSTNAME" backup \ restic -r "$RESTIC_REPOSITORY:$HOSTNAME" backup \
--tag "hektor" \
--one-file-system \ --one-file-system \
--files-from="$HOME/.resticinclude" \ --files-from="$HOME/.resticinclude" \
--exclude-file="$HOME/.resticexclude" \ --exclude-file="$HOME/.resticexclude" \