mirror of
https://github.com/restic/restic.git
synced 2024-12-22 07:43:03 +00:00
Merge pull request #4896 from MichaelEischer/fix-subfolder-help-text
man: work around broken rendering of <snapshotID>:<subfolder> help text
This commit is contained in:
commit
737389ea68
3 changed files with 3 additions and 3 deletions
|
@ -33,7 +33,7 @@ Metadata comparison will likely not work if a backup was created using the
|
|||
'--ignore-inode' or '--ignore-ctime' option.
|
||||
|
||||
To only compare files in specific subfolders, you can use the
|
||||
"<snapshotID>:<subfolder>" syntax, where "subfolder" is a path within the
|
||||
"snapshotID:subfolder" syntax, where "subfolder" is a path within the
|
||||
snapshot.
|
||||
|
||||
EXIT STATUS
|
||||
|
|
|
@ -28,7 +28,7 @@ The special snapshotID "latest" can be used to use the latest snapshot in the
|
|||
repository.
|
||||
|
||||
To include the folder content at the root of the archive, you can use the
|
||||
"<snapshotID>:<subfolder>" syntax, where "subfolder" is a path within the
|
||||
"snapshotID:subfolder" syntax, where "subfolder" is a path within the
|
||||
snapshot.
|
||||
|
||||
EXIT STATUS
|
||||
|
|
|
@ -25,7 +25,7 @@ a directory.
|
|||
The special snapshotID "latest" can be used to restore the latest snapshot in the
|
||||
repository.
|
||||
|
||||
To only restore a specific subfolder, you can use the "<snapshotID>:<subfolder>"
|
||||
To only restore a specific subfolder, you can use the "snapshotID:subfolder"
|
||||
syntax, where "subfolder" is a path within the snapshot.
|
||||
|
||||
EXIT STATUS
|
||||
|
|
Loading…
Reference in a new issue