2
0
Эх сурвалжийг харах

Merge pull request #5850 from braewoods/exclude-from

Complements the documentation for pattern files and exclude files (#5520)
TW 4 жил өмнө
parent
commit
27b08ab57c

+ 1 - 1
src/borg/archiver.py

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