Also ignore logs
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
Such as Nextcloud logs saved in config folder
This commit is contained in:
parent
bcca97da1a
commit
efcbf765bf
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ restic -r ${repo} backup \
|
|||
--exclude ~/.cdist \
|
||||
--exclude ~/.cache \
|
||||
--exclude ~/.config/**/cache \
|
||||
--exclude ~/.config/**/logs \
|
||||
~/
|
||||
|
||||
restic -r ${repo} forget --keep-last 20 --prune
|
||||
|
|
Loading…
Reference in a new issue