feat: updated to btrbk
parent
894da0aed3
commit
63f4978361
15
capibara.nix
15
capibara.nix
|
@ -222,7 +222,6 @@ in {
|
||||||
data = { };
|
data = { };
|
||||||
docker_volumes = { };
|
docker_volumes = { };
|
||||||
home = { };
|
home = { };
|
||||||
home-data = { };
|
|
||||||
http = { };
|
http = { };
|
||||||
music = { };
|
music = { };
|
||||||
secrets = { };
|
secrets = { };
|
||||||
|
@ -253,7 +252,7 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
"ssh://10.8.8.2:22/mnt/btr_pool" = {
|
"ssh://caladan/mnt/btr_pool" = {
|
||||||
stream_buffer = "50%";
|
stream_buffer = "50%";
|
||||||
snapshot_dir = "btrbk_snapshots_offline";
|
snapshot_dir = "btrbk_snapshots_offline";
|
||||||
compat_remote = "busybox";
|
compat_remote = "busybox";
|
||||||
|
@ -268,6 +267,18 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"/mnt/btr_data" = {
|
||||||
|
snapshot_dir = "btrbk_snapshots_offline";
|
||||||
|
subvolume = {
|
||||||
|
data = { };
|
||||||
|
persist = { };
|
||||||
|
};
|
||||||
|
target = {
|
||||||
|
"/mnt/backups/0/btr_backup/capibara" = { };
|
||||||
|
"/mnt/backups/1/btr_backup/capibara" = { };
|
||||||
|
"/mnt/backups/2/btr_backup/capibara" = { };
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue