Also ignore Downloads for backup
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
Nico Schottelius 2024-09-18 16:15:45 +09:00
parent b5c67b6da9
commit bcca97da1a

View file

@ -23,6 +23,7 @@ export RESTIC_PASSWORD="$(pass git co nico-privat >/dev/null 2>&1; pass notebook
restic -r ${repo} backup \
--exclude ~/Nextcloud \
--exclude ~/Downloads \
--exclude ~/movies/ \
--exclude ~/.cdist \
--exclude ~/.cache \