Skip to content

Commit

Permalink
Merge pull request #8566 from goebbe/goebbe-borg-1.2-flags
Browse files Browse the repository at this point in the history
 Clarify excluded and included flags for dry-run in borg the docs #8563
  • Loading branch information
ThomasWaldmann authored Nov 24, 2024
2 parents 4767bbf + 14aac21 commit b3112eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/usage/create.rst.inc
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,8 @@ borg usually just stores their metadata:
Other flags used include:

- 'i' = backup data was read from standard input (stdin)
- '-' = dry run, item was *not* backed up
- 'x' = excluded, item was *not* backed up
- '-' = item would be included in archive(s) (if not in dry-run mode)
- 'x' = item was excluded - or would be excluded from archive(s) (if not in dry-run mode)
- '?' = missing status code (if you see this, please file a bug report!)

Reading from stdin
Expand Down Expand Up @@ -364,4 +364,4 @@ safe to disable it via ``--files-cache disabled`` and speed up backup
creation a bit.

By default, the content read from stdin is stored in a file called 'stdin'.
Use ``--stdin-name`` to change the name.
Use ``--stdin-name`` to change the name.

0 comments on commit b3112eb

Please sign in to comment.