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