From 85fa5e67f38672021635b563711dd7db34792071 Mon Sep 17 00:00:00 2001 From: step21 Date: Wed, 31 Oct 2018 13:57:08 +0100 Subject: [PATCH] Fixed link to cachedir spec in docs to address #4140 --- src/borg/archiver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/borg/archiver.py b/src/borg/archiver.py index 279194c1b..62b9b82b2 100644 --- a/src/borg/archiver.py +++ b/src/borg/archiver.py @@ -2674,7 +2674,7 @@ class Archiver: if tag_files: add_option('--exclude-caches', dest='exclude_caches', action='store_true', 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', action='append', type=str, help='exclude directories that are tagged by containing a filesystem object with '