mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-19 07:23:03 +02:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user