From e17009fe1e7d8e6c5085f1d00e25a31be8df2b29 Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Tue, 28 Mar 2023 10:15:25 +0200 Subject: [PATCH] fix: added remote snapshot_dir for offline btrbk backups --- capibara.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/capibara.nix b/capibara.nix index 7c6e7e0..f8a9ebc 100644 --- a/capibara.nix +++ b/capibara.nix @@ -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 = { };