changed borg server to nasty
This commit is contained in:
parent
c8de355626
commit
2378ebba49
1 changed files with 2 additions and 1 deletions
|
|
@ -20,7 +20,8 @@ in
|
||||||
"${backuppath}/var/lib/containers"
|
"${backuppath}/var/lib/containers"
|
||||||
"${backuppath}/var/lib/rancher/k3s/agent/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots"
|
"${backuppath}/var/lib/rancher/k3s/agent/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots"
|
||||||
];
|
];
|
||||||
repo = "borg@haus.mc-fucker.cool:/mnt/sdf1/borg/${config.networking.hostName}";
|
#repo = "borg@haus.mc-fucker.cool:/mnt/sdf1/borg/${config.networking.hostName}";
|
||||||
|
repo = "borg@nasty:.";
|
||||||
compression = "zstd";
|
compression = "zstd";
|
||||||
encryption.mode = "none";
|
encryption.mode = "none";
|
||||||
environment.BORG_RSH = "ssh -o 'StrictHostKeyChecking=no' -i /root/.ssh/id_borg";
|
environment.BORG_RSH = "ssh -o 'StrictHostKeyChecking=no' -i /root/.ssh/id_borg";
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue