[PATCH] Add /var/spool/cron to default host configuration backup paths

/var/spool/cron contains user cron jobs and ".cron.hostname". It should be included in the default backup. Signed-off-by: Zhou Zheng Sheng <zhshzhou@linux.vnet.ibm.com> --- plugins/ginger/ginger.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ginger/ginger.conf b/plugins/ginger/ginger.conf index dbb2aa2..d6dce1d 100644 --- a/plugins/ginger/ginger.conf +++ b/plugins/ginger/ginger.conf @@ -4,7 +4,7 @@ plugin_class = "Ginger" uri = "/plugins/ginger" [backup] -default_include = ['/etc', ] +default_include = ['/etc', '/var/spool/cron'] default_exclude = ['/etc/init.d', '/etc/rc.d', '/etc/rc?.d', ] [/] -- 1.9.0

Please ignore this patch. on 2014/05/27 14:57, Zhou Zheng Sheng wrote:
/var/spool/cron contains user cron jobs and ".cron.hostname". It should be included in the default backup.
Signed-off-by: Zhou Zheng Sheng <zhshzhou@linux.vnet.ibm.com> --- plugins/ginger/ginger.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/ginger/ginger.conf b/plugins/ginger/ginger.conf index dbb2aa2..d6dce1d 100644 --- a/plugins/ginger/ginger.conf +++ b/plugins/ginger/ginger.conf @@ -4,7 +4,7 @@ plugin_class = "Ginger" uri = "/plugins/ginger"
[backup] -default_include = ['/etc', ] +default_include = ['/etc', '/var/spool/cron'] default_exclude = ['/etc/init.d', '/etc/rc.d', '/etc/rc?.d', ]
[/]
-- Zhou Zheng Sheng / 周征晟 E-mail: zhshzhou@linux.vnet.ibm.com Telephone: 86-10-82454397
participants (1)
-
Zhou Zheng Sheng