✨ (neodymium) backup very important keepass database to hydrogen daily
This commit is contained in:
parent
48d5fd590c
commit
6a6ba4e3c6
|
@ -30,4 +30,15 @@
|
|||
compression = "auto,zstd";
|
||||
startAt = [ ];
|
||||
};
|
||||
services.borgbackup.jobs.keepass = {
|
||||
paths = "/home/laurent/Documents/db_mdp.kdbx";
|
||||
repo = "ssh://root@fainsin.bzh:624/srv/backup/keepass";
|
||||
user = "laurent";
|
||||
encryption = {
|
||||
mode = "repokey";
|
||||
passCommand = "cat ${config.age.secrets.borgbackup.path}";
|
||||
};
|
||||
compression = "auto,zstd";
|
||||
startAt = "daily";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue