Changed default profile to include /var/backups, but not /home
This commit is contained in:
parent
a4b93a1e3b
commit
9acf2edd90
1 changed files with 1 additions and 1 deletions
|
@ -60,12 +60,12 @@ version = "1"
|
||||||
one-file-system = false
|
one-file-system = false
|
||||||
tag = [ "system" ]
|
tag = [ "system" ]
|
||||||
source = [
|
source = [
|
||||||
"/home",
|
|
||||||
"/root",
|
"/root",
|
||||||
"/etc",
|
"/etc",
|
||||||
"/var/log",
|
"/var/log",
|
||||||
"/usr/local",
|
"/usr/local",
|
||||||
"/var/spool/cron",
|
"/var/spool/cron",
|
||||||
|
"/var/backups",
|
||||||
"/srv",
|
"/srv",
|
||||||
"/opt"
|
"/opt"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue