From 32f65a4fd3c27e17e8ffba65e8e60a47ae0f27df Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Mon, 15 May 2023 23:40:21 +0200 Subject: Back up media directories --- tw/home/lap.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tw/home/lap.scm') diff --git a/tw/home/lap.scm b/tw/home/lap.scm index 6d3df7ac..235a3de2 100644 --- a/tw/home/lap.scm +++ b/tw/home/lap.scm @@ -123,13 +123,17 @@ (batteries '("BAT0")))) (simple-service 'restic-environment home-environment-variables-service-type + ;; This variable is useful in interactive shells. + ;; See also the restic alias in zshrc. `(("RESTIC_PASSWORD_COMMAND" . "pass computers/vin/restic-repos/laptop"))) (service home-restic-backup-service-type (list (restic-repository (schedule #~"0 */2 * * *") - (paths '(;; documents and work + (paths '(;; important user data + "~/audiobooks" "~/documents" + "~/pictures" "~/src" "~/.local/share/zsh/history" ;; secrets -- cgit v1.2.3