fix: added remote snapshot_dir for offline btrbk backups

feat/kile-v2
Ricard Illa 2023-03-28 10:15:25 +02:00
parent ad104946a5
commit e17009fe1e
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 2 additions and 0 deletions

View File

@ -202,6 +202,7 @@ in {
volume = { volume = {
"ssh://narwhal:22/mnt/btr_pool" = { "ssh://narwhal:22/mnt/btr_pool" = {
snapshot_dir = "btrbk_snapshots";
subvolume = { subvolume = {
backups = { }; backups = { };
books = { }; books = { };
@ -224,6 +225,7 @@ in {
}; };
"ssh://suricata:22/mnt/btr_pool" = { "ssh://suricata:22/mnt/btr_pool" = {
snapshot_dir = "btrbk_snapshots";
compat_remote = "busybox"; compat_remote = "busybox";
subvolume = { subvolume = {
home = { }; home = { };