From 9acf2edd9006b3e37e7f2f8cf57c220b52593edd Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Wed, 13 Dec 2023 14:17:39 -0500 Subject: [PATCH] Changed default profile to include /var/backups, but not /home --- templates/profiles.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/profiles.toml b/templates/profiles.toml index 707d7ce..88b0400 100644 --- a/templates/profiles.toml +++ b/templates/profiles.toml @@ -60,12 +60,12 @@ version = "1" one-file-system = false tag = [ "system" ] source = [ - "/home", "/root", "/etc", "/var/log", "/usr/local", "/var/spool/cron", + "/var/backups", "/srv", "/opt" ]