Files
restic/internal
Michael Eischer 02cf8e5f23 backup: prevent exclude of backup targets
Track backup targets explicitly specified by the user and prevent
excluding them. This for example ensures that `restic backup
--exclude-if-present .git /home/user/data` backs up the `data` folder
even if there is a `.git` folder in `/home/user`.

Note that this does not suffice for commands like `restic backup --exclude data /home/user/data`
as the exclude pattern will still match every single file within `data`.
2026-05-30 22:30:30 +02:00
..
2024-07-03 20:02:06 +02:00
2025-11-30 11:53:23 +01:00
2026-05-16 17:05:33 +02:00
2026-05-14 11:18:16 +02:00
2025-03-22 18:20:30 +00:00
2025-11-30 11:53:23 +01:00
2025-11-30 11:53:23 +01:00