summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2014-07-29 13:30:39 +0200
committerPetr Viktorin <pviktori@redhat.com>2014-09-23 12:26:42 +0200
commit127e7a1dcc2ed0624f65597292ac58535ccc0602 (patch)
tree268af01ad40f5e3b509dbaf3f23058076443d419
parenteb4e472668759cf514858f5bf0af264d3dbd2be0 (diff)
downloadfreeipa-127e7a1dcc2ed0624f65597292ac58535ccc0602.tar.gz
freeipa-127e7a1dcc2ed0624f65597292ac58535ccc0602.tar.xz
freeipa-127e7a1dcc2ed0624f65597292ac58535ccc0602.zip
ipa_backup: Log where the backup is be stored
This makes managing multiple backups & logs easier. Reviewed-By: Tomas Babej <tbabej@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 1945818c1..e62e83b32 100644
--- a/ipaserver/install/ipa_backup.py
+++ b/ipaserver/install/ipa_backup.py
@@ -553,6 +553,8 @@ class Backup(admintool.AdminTool):
shutil.move(self.header, backup_dir)
+ self.log.info('Backed up to %s', backup_dir)
+
def __find_scripts_dir(self, instance):
"""
IPA stores its 389-ds scripts in a different directory than dogtag