Home
last modified time | relevance | path

Searched refs:prune_within (Results 1 – 3 of 3) sorted by relevance

/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/testsuite/
H A Dhelpers.py17 from ..helpers import interval, prune_within, prune_split
415 self.assert_equal(set(prune_within(ta, interval(within))),
/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/
H A Darchiver.py55 from .helpers import interval, prune_within, prune_split
1635 keep += prune_within(archives, args.within)
H A Dhelpers.py495 def prune_within(archives, hours): function