mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat(restic): backup git
This commit is contained in:
@@ -8,8 +8,13 @@ in
|
||||
inherit (restic) repository;
|
||||
timerConfig = { OnCalendar = "00:05"; RandomizedDelaySec = "5h"; };
|
||||
passwordFile = toString <secrets/restic/password>;
|
||||
extraBackupArgs = [
|
||||
"--exclude-file=/home/kfm/projects/nixpkgs/.git"
|
||||
"--exclude=node_modules"
|
||||
];
|
||||
paths = [
|
||||
"/home/kfm/work"
|
||||
"/home/kfm/projects"
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user