summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/ipa_backup.py
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:29:37 +0200
commitabba25c8269f4928d659cfcaf8363ad2491bd736 (patch)
tree7cbe797264151dacb758cb6a20aee3fe275042dc /ipaserver/install/ipa_backup.py
parent06566cb62b00c10b9ef2fd210bb9b36c16649de5 (diff)
downloadfreeipa-abba25c8269f4928d659cfcaf8363ad2491bd736.tar.gz
freeipa-abba25c8269f4928d659cfcaf8363ad2491bd736.tar.xz
freeipa-abba25c8269f4928d659cfcaf8363ad2491bd736.zip
ipa_backup: Log where the backup is be stored
This makes managing multiple backups & logs easier. Reviewed-By: Tomas Babej <tbabej@redhat.com>
Diffstat (limited to 'ipaserver/install/ipa_backup.py')
-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 749368519..2baa5dde0 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