mirror of
https://github.com/kmein/niveum
synced 2026-03-21 04:11:07 +01:00
feat(restic): ignore parcel cache
This commit is contained in:
@@ -16,6 +16,7 @@ in {
|
|||||||
extraBackupArgs = [
|
extraBackupArgs = [
|
||||||
"--exclude=/home/kfm/projects/nixpkgs/.git"
|
"--exclude=/home/kfm/projects/nixpkgs/.git"
|
||||||
"--exclude=node_modules"
|
"--exclude=node_modules"
|
||||||
|
"--exclude=.parcel-cache"
|
||||||
];
|
];
|
||||||
paths = [
|
paths = [
|
||||||
"/home/kfm/work"
|
"/home/kfm/work"
|
||||||
|
|||||||
Reference in New Issue
Block a user