feat: updated to btrbk

feat/kile-v2
Ricard Illa 2023-04-28 14:01:21 +02:00
parent 894da0aed3
commit 63f4978361
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 13 additions and 2 deletions

View File

@ -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" = { };
};
};
}; };
}; };
}; };