summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Babinsky <mbabinsk@redhat.com>2015-08-13 15:05:36 +0200
committerMartin Basti <mbasti@redhat.com>2015-08-17 18:46:30 +0200
commit0d1f35b054f0373d24eb2fe1830f2cf90b539381 (patch)
treef533833e4ce2dea0bacc7182ed24e39393bbf056
parent83db1de0965ddbd919fc46da4ba069b73c964a1b (diff)
downloadfreeipa-0d1f35b054f0373d24eb2fe1830f2cf90b539381.tar.gz
freeipa-0d1f35b054f0373d24eb2fe1830f2cf90b539381.tar.xz
freeipa-0d1f35b054f0373d24eb2fe1830f2cf90b539381.zip
ipa-backup: archive DNSSEC zone file and kasp.db
https://fedorahosted.org/freeipa/ticket/5159 Reviewed-By: Martin Basti <mbasti@redhat.com>
-rw-r--r--ipaserver/install/ipa_backup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipaserver/install/ipa_backup.py b/ipaserver/install/ipa_backup.py
index 2ee476d75..b1f73d481 100644
--- a/ipaserver/install/ipa_backup.py
+++ b/ipaserver/install/ipa_backup.py
@@ -171,6 +171,8 @@ class Backup(admintool.AdminTool):
paths.SVC_LIST_FILE,
paths.OPENDNSSEC_CONF_FILE,
paths.OPENDNSSEC_KASP_FILE,
+ paths.OPENDNSSEC_ZONELIST_FILE,
+ paths.OPENDNSSEC_KASP_DB,
paths.DNSSEC_SOFTHSM2_CONF,
paths.DNSSEC_SOFTHSM_PIN_SO,
paths.IPA_ODS_EXPORTER_KEYTAB,