mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 00:41:25 -06:00
ipa_backup: Log where the backup is be stored
This makes managing multiple backups & logs easier. Reviewed-By: Tomas Babej <tbabej@redhat.com>
This commit is contained in:
parent
06566cb62b
commit
abba25c826
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user