From cd8b0f200076b94716e19580eb348f26f24d671c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20H=C3=A9mono?= Date: Mon, 21 Oct 2024 16:44:39 +0200 Subject: [PATCH] Don't backup @var On a nix desktop it only contains logs... --- hosts/gwiad/btrbk.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/gwiad/btrbk.nix b/hosts/gwiad/btrbk.nix index 1f7f3cd..58717df 100644 --- a/hosts/gwiad/btrbk.nix +++ b/hosts/gwiad/btrbk.nix @@ -20,7 +20,6 @@ snapshot_name = "home"; target_preserve = "20d 15w *m"; }; - "@var".snapshot_name = "var"; }; }; };