fix: added remote snapshot_dir for offline btrbk backups
parent
ad104946a5
commit
e17009fe1e
|
@ -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 = { };
|
||||||
|
|
Loading…
Reference in New Issue