backup: Don't backup apache configuration, keys only

In the past the apache configuration was part of the backup
and may have been restored after Core Update 118 was installed
with PHP being dropped amongst other things.

This patch will make sure that only keys are being backuped.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2018-02-21 11:24:48 +00:00
parent bbe8e248fe
commit 3f42cf5cb9
2 changed files with 7 additions and 1 deletions

View File

@@ -13,7 +13,12 @@
/etc/ipsec.user-post.conf
/etc/sysconfig/*
/etc/hosts*
/etc/httpd/*
/etc/httpd/server.crt
/etc/httpd/server.csr
/etc/httpd/server.key
/etc/httpd/server-ecdsa.crt
/etc/httpd/server-ecdsa.csr
/etc/httpd/server-ecdsa.key
/etc/ssh/ssh_host*
/etc/ssh/sshd_config
/etc/logrotate.d

View File

@@ -6,4 +6,5 @@ srv/web/ipfire/cgi-bin/index.cgi
srv/web/ipfire/cgi-bin/ovpnmain.cgi
srv/web/ipfire/cgi-bin/proxy.cgi
srv/web/ipfire/cgi-bin/vpnmain.cgi
var/ipfire/backup/include
var/ipfire/langs