Home
last modified time | relevance | path

Searched refs:location_validator (Results 1 – 2 of 2) sorted by relevance

/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/
H A Darchiver.py3162 type=location_validator(),
3546 type=location_validator(archive=True),
3594 type=location_validator(archive=True),
3646 type=location_validator(archive=True),
3687 type=location_validator(archive=True),
3708 type=location_validator(archive=True),
3743 type=location_validator(),
3792 type=location_validator(),
3838 type=location_validator(),
4149 type=location_validator(),
[all …]
H A Dhelpers.py1231 def location_validator(archive=None, proto=None): function