fix typos

This commit is contained in:
a1346054 2022-07-22 15:06:47 +00:00
parent b52781a999
commit 160dd877ab
No known key found for this signature in database
GPG Key ID: D149AD21DC40440C
3 changed files with 3 additions and 3 deletions

View File

@ -95,7 +95,7 @@ The client needs to initialize the `pictures` repository like this:
borg init backup@backup01.srv.local:pictures
Or with the full path (should actually never be used, as only for demonstrational purposes).
Or with the full path (should actually never be used, as only for demonstration purposes).
The server should automatically change the current working directory to the `<client fqdn>` folder.
::

View File

@ -458,7 +458,7 @@ Archive Differencing
++++++++++++++++++++
Each archive difference item (file contents, user/group/mode) output by :ref:`borg_diff` is represented by an *ItemDiff* object.
The propertiese of an *ItemDiff* object are:
The properties of an *ItemDiff* object are:
path:
The filename/path of the *Item* (file, directory, symlink).

View File

@ -2653,7 +2653,7 @@ class Archiver:
The first matching pattern is used, so if an include pattern matches
before an exclude pattern, the file is backed up. Note that a no-recurse
exclude stops examination of subdirectories so that potential includes
will not match - use normal exludes for such use cases.
will not match - use normal excludes for such use cases.
**Tip: You can easily test your patterns with --dry-run and --list**::