Searched refs:exclude_and_protect (Results 1 – 9 of 9) sorted by relevance
/dports/databases/pgbarman/barman-release-2.17/barman/ |
H A D | copy_controller.py | 130 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 D | recovery_executor.py | 729 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 D | command_wrappers.py | 599 exclude_and_protect=None, argument 640 if exclude_and_protect: 641 for pattern in exclude_and_protect:
|
H A D | backup_executor.py | 1151 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 D | server.py | 3587 exclude_and_protect=["/backup.info", "/.backup.lock"],
|
/dports/databases/pgbarman/barman-release-2.17/tests/ |
H A D | test_copy_controller.py | 203 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 D | test_executor.py | 347 exclude_and_protect=["/pg_tblspc/16387", "/pg_tblspc/16405"], 460 exclude_and_protect=[
|
H A D | test_recovery_executor.py | 864 exclude_and_protect=["/pg_tblspc/16387"],
|
H A D | test_command_wrappers.py | 875 cmd = command_wrappers.Rsync(exclude_and_protect=["foo", "bar"])
|