From 127e7a1dcc2ed0624f65597292ac58535ccc0602 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Sep 23 2014 10:26:42 +0000 Subject: ipa_backup: Log where the backup is be stored This makes managing multiple backups & logs easier. Reviewed-By: Tomas Babej --- diff --git a/ipaserver/install/ipa_backup.py b/ipaserver/install/ipa_backup.py index 1945818..e62e83b 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