Browse Source

Merge pull request #5881 from KN4CK3R/1.1-maint

Docs backport to 1.1-maint
TW 4 năm trước cách đây
mục cha
commit
71ac03170d
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/borg/archiver.py

+ 2 - 2
src/borg/archiver.py

@@ -2367,8 +2367,8 @@ class Archiver:
             /home/*/junk
             *.tmp
             fm:aa:something/*
-            re:^home/[^/]\\.tmp/
-            sh:home/*/.thumbnails
+            re:^/home/[^/]+\\.tmp/
+            sh:/home/*/.thumbnails
             # Example with spaces, no need to escape as it is processed by borg
             some file with spaces.txt
             EOF