Skip to content
Snippets Groups Projects
Commit e0b0fd39 authored by Florian Sesser's avatar Florian Sesser
Browse files

Backup when other people don't

parent 5df6a0cb
Branches
No related tags found
5 merge requests!315update production,!314update production,!313update production,!312update production,!297Borgbackup
Pipeline #2033 passed
......@@ -41,6 +41,7 @@ in {
daily = {
paths = cfg.paths;
repo = lib.fileContents "${publicKeyPath}/borgbackup/${config.networking.hostName}.repopath";
doInit = false;
encryption = {
mode = "repokey-blake2";
passCommand = "cat /run/keys/borgbackup/passphrase";
......@@ -49,7 +50,7 @@ in {
BORG_RSH = "ssh -i /run/keys/borgbackup/ssh-key";
};
compression = "none";
startAt = "daily";
startAt = "*-*-* 05:00:00 UTC";
};
};
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment