BORG-MATCH-ARCHIVES(1) | borg backup tool | BORG-MATCH-ARCHIVES(1) |
borg-match-archives - Details regarding match-archives
The --match-archives option matches a given pattern against the list of all archive names in the repository.
It uses pattern styles similar to the ones described by borg help patterns:
Examples:
# id: style borg delete --match-archives 'id:archive-with-crap' borg delete -a 'id:archive-with-crap' # same, using short option borg delete -a 'archive-with-crap' # same, because 'id:' is the default # sh: style borg delete -a 'sh:home-kenny-*' # re: style borg delete -a 're:pc[123]-home-(user1|user2)-2022-09-.*'
The Borg Collective
2023-03-01 |