Backup Radicale
This commit is contained in:
parent
67e6ddbf90
commit
49f5ee7166
1 changed files with 9 additions and 0 deletions
|
@ -5,6 +5,15 @@
|
|||
system.stateVersion = "23.05";
|
||||
users.users.root.openssh.authorizedKeys.keys = config.pim.ssh.keys.pim ++ config.pim.ssh.keys.niels;
|
||||
|
||||
pim.backups.borgBackups = {
|
||||
radicale = {
|
||||
repo = "ssh://s9cx8q8a@s9cx8q8a.repo.borgbase.com/./repo";
|
||||
paths = ["/mnt/longhorn/persistent/volumes/radicale"];
|
||||
deploymentName = "server";
|
||||
deploymentNamespace = "radicale";
|
||||
};
|
||||
};
|
||||
|
||||
deployment = {
|
||||
targetHost = "jefke";
|
||||
targetUser = "root";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue