1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-25 17:27:31 +00:00

Fixed link to cachedir spec in docs to address #4140

This commit is contained in:
step21 2018-10-31 13:57:08 +01:00
parent 0d26ad3661
commit 0c99aee724

View file

@ -2487,7 +2487,7 @@ def define_exclude_and_patterns(add_option, *, tag_files=False, strip_components
if tag_files: if tag_files:
add_option('--exclude-caches', dest='exclude_caches', action='store_true', add_option('--exclude-caches', dest='exclude_caches', action='store_true',
help='exclude directories that contain a CACHEDIR.TAG file ' help='exclude directories that contain a CACHEDIR.TAG file '
'(http://www.brynosaurus.com/cachedir/spec.html)') '(http://www.bford.info/cachedir/spec.html)')
add_option('--exclude-if-present', metavar='NAME', dest='exclude_if_present', add_option('--exclude-if-present', metavar='NAME', dest='exclude_if_present',
action='append', type=str, action='append', type=str,
help='exclude directories that are tagged by containing a filesystem object with ' help='exclude directories that are tagged by containing a filesystem object with '