From edea4c6d666e8d89098a7df25df898a6938e0b01 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 8 Jul 2022 17:50:57 -0700 Subject: fix(tahoe/backups): don't backup some directories I don't need to backup these directories in my home. Change-Id: Ia2302f2ebe74033090b86b52864787d2a63ecb4b Reviewed-on: https://cl.fcuny.net/c/world/+/620 Tested-by: CI Reviewed-by: Franck Cuny --- hosts/tahoe/services.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts') diff --git a/hosts/tahoe/services.nix b/hosts/tahoe/services.nix index 75aea22..90f682e 100644 --- a/hosts/tahoe/services.nix +++ b/hosts/tahoe/services.nix @@ -46,6 +46,7 @@ in passwordFile = secrets."restic/repo-systems".path; paths = [ "/home" "/data/fast/music" "/data/fast/photos" "/data/fast/videos" ]; + exclude = [ "/home/fcuny/import" "/home/fcuny/media/videos" ]; }; }; } -- cgit 1.4.1