fix: added remote snapshot_dir for offline btrbk backups
parent
ad104946a5
commit
e17009fe1e
|
@ -202,6 +202,7 @@ in {
|
|||
volume = {
|
||||
|
||||
"ssh://narwhal:22/mnt/btr_pool" = {
|
||||
snapshot_dir = "btrbk_snapshots";
|
||||
subvolume = {
|
||||
backups = { };
|
||||
books = { };
|
||||
|
@ -224,6 +225,7 @@ in {
|
|||
};
|
||||
|
||||
"ssh://suricata:22/mnt/btr_pool" = {
|
||||
snapshot_dir = "btrbk_snapshots";
|
||||
compat_remote = "busybox";
|
||||
subvolume = {
|
||||
home = { };
|
||||
|
|
Loading…
Reference in New Issue