fix: ignore directories that contain '.nobackup' in 'save-home'

This commit is contained in:
2025-12-14 22:09:25 +01:00
parent f60b26c676
commit eb0b192b5e

View File

@@ -22,4 +22,5 @@ restic -r "$RESTIC_REPOSITORY:$HOSTNAME" backup \
--one-file-system \
--files-from="$HOME/.resticinclude" \
--exclude-file="$HOME/.resticexclude" \
--exclude-if-present=".nobackup" \
--verbose=3