feat: exclude cache from backup
This commit is contained in:
parent
4083e839bf
commit
2c4db22827
1 changed files with 5 additions and 0 deletions
|
|
@ -30,6 +30,11 @@
|
||||||
config.users.users.lander.home
|
config.users.users.lander.home
|
||||||
];
|
];
|
||||||
|
|
||||||
|
exclude = [
|
||||||
|
"/var/cache"
|
||||||
|
"/home/*/.cache"
|
||||||
|
];
|
||||||
|
|
||||||
pruneOpts = [
|
pruneOpts = [
|
||||||
"--keep-daily 7"
|
"--keep-daily 7"
|
||||||
"--keep-weekly 5"
|
"--keep-weekly 5"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue