Home
last modified time | relevance | path

Searched refs:exclude_and_protect (Results 1 – 9 of 9) sorted by relevance

/dports/databases/pgbarman/barman-release-2.17/barman/
H A Dcopy_controller.py130 exclude_and_protect=None, argument
171 self.exclude_and_protect = exclude_and_protect
367 exclude_and_protect=None, argument
409 exclude_and_protect=exclude_and_protect,
483 exclude_and_protect=item.exclude_and_protect,
H A Drecovery_executor.py729 exclude_and_protect = []
746 exclude_and_protect += [location[len(dest) :]]
750 exclude_and_protect.append("/pg_tblspc/%s" % tablespace.oid)
778 exclude_and_protect=exclude_and_protect,
H A Dcommand_wrappers.py599 exclude_and_protect=None, argument
640 if exclude_and_protect:
641 for pattern in exclude_and_protect:
H A Dbackup_executor.py1151 exclude_and_protect = []
1160 exclude_and_protect += [
1166 exclude_and_protect += ["/pg_tblspc/%s" % tablespace.oid]
1205 exclude_and_protect=exclude_and_protect,
H A Dserver.py3587 exclude_and_protect=["/backup.info", "/.backup.lock"],
/dports/databases/pgbarman/barman-release-2.17/tests/
H A Dtest_copy_controller.py203 exclude_and_protect=["pg_tblspc/16387", "pg_tblspc/16405"],
244 exclude_and_protect=None,
272 exclude_and_protect=None,
306 exclude_and_protect=["pg_tblspc/16387", "pg_tblspc/16405"],
334 exclude_and_protect=None,
367 exclude_and_protect=None,
1257 exclude_and_protect=["pg_tblspc/16387", "pg_tblspc/16405"],
H A Dtest_executor.py347 exclude_and_protect=["/pg_tblspc/16387", "/pg_tblspc/16405"],
460 exclude_and_protect=[
H A Dtest_recovery_executor.py864 exclude_and_protect=["/pg_tblspc/16387"],
H A Dtest_command_wrappers.py875 cmd = command_wrappers.Rsync(exclude_and_protect=["foo", "bar"])