mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-10 06:03:38 +00:00
include/exclude options
This commit is contained in:
parent
823f0fb9e0
commit
4047076e70
1 changed files with 1 additions and 1 deletions
|
@ -2972,7 +2972,7 @@ class Archiver:
|
||||||
'Paths with fewer elements will be silently skipped.')
|
'Paths with fewer elements will be silently skipped.')
|
||||||
|
|
||||||
def define_exclusion_group(subparser, **kwargs):
|
def define_exclusion_group(subparser, **kwargs):
|
||||||
exclude_group = subparser.add_argument_group('Exclusion options')
|
exclude_group = subparser.add_argument_group('Include/Exclude options')
|
||||||
define_exclude_and_patterns(exclude_group.add_argument, **kwargs)
|
define_exclude_and_patterns(exclude_group.add_argument, **kwargs)
|
||||||
return exclude_group
|
return exclude_group
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue