backup1: Fixup backup path
This commit is contained in:
parent
414e596e99
commit
61bed7f861
1 changed files with 2 additions and 2 deletions
|
@ -158,8 +158,8 @@ in
|
|||
services.borgbackup.jobs.backup1 = mkIf cfg.bs.enable {
|
||||
paths = "/";
|
||||
exclude = backupExcludes;
|
||||
repo = "borg@backup1.dadada.li:/mnt/storage/backup/${config.networking.hostName}";
|
||||
doInit = false;
|
||||
repo = "borg@backup1.dadada.li:/mnt/storage/backups/${config.networking.hostName}";
|
||||
doInit = true;
|
||||
environment = {
|
||||
BORG_RSH = "ssh -6 -i ${cfg.backup1.sshIdentityFile} -o 'StrictHostKeyChecking accept-new' -o 'TCPKeepAlive=yes'";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue