mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipa recursively adds old backups
- Added exclude for the ipa backup folder to the files tar https://fedorahosted.org/freeipa/ticket/4331 Reviewed-By: Martin Kosek <mkosek@redhat.com>
This commit is contained in:
parent
4f89decc9a
commit
9f2c4705d7
@ -460,6 +460,7 @@ class Backup(admintool.AdminTool):
|
||||
|
||||
self.log.info("Backing up files")
|
||||
args = ['tar',
|
||||
'--exclude=/var/lib/ipa/backup',
|
||||
'--xattrs',
|
||||
'--selinux',
|
||||
'-czf',
|
||||
|
Loading…
Reference in New Issue
Block a user