mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-07 06:59:38 +00:00
update documentation to follow changes
This commit is contained in:
parent
8d3d1c22d6
commit
a062e8f821
1 changed files with 1 additions and 7 deletions
|
@ -21,12 +21,6 @@ Supported levels: ``debug``, ``info``, ``warning``, ``error``, ``critical``.
|
|||
|
||||
All log messages created with at least the given level will be output.
|
||||
|
||||
Amount of informational output
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
For some subcommands, using the ``-v`` or ``--verbose`` option will give you
|
||||
more informational output (at ``info`` level).
|
||||
|
||||
Return codes
|
||||
~~~~~~~~~~~~
|
||||
|
||||
|
@ -435,7 +429,7 @@ Here are misc. notes about topics that are maybe not covered in enough detail in
|
|||
Item flags
|
||||
~~~~~~~~~~
|
||||
|
||||
`borg create -v` outputs a verbose list of all files, directories and other
|
||||
`borg create --changed` outputs a verbose list of all files, directories and other
|
||||
file system items it considered. For each item, it prefixes a single-letter
|
||||
flag that indicates type and/or status of the item.
|
||||
|
||||
|
|
Loading…
Reference in a new issue