mirror of
https://github.com/octoleo/restic.git
synced 2024-12-26 04:17:29 +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
@ -33,7 +33,7 @@ Metadata comparison will likely not work if a backup was created using the
|
|||||||
'--ignore-inode' or '--ignore-ctime' option.
|
'--ignore-inode' or '--ignore-ctime' option.
|
||||||
|
|
||||||
To only compare files in specific subfolders, you can use the
|
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.
|
snapshot.
|
||||||
|
|
||||||
EXIT STATUS
|
EXIT STATUS
|
||||||
|
@ -28,7 +28,7 @@ The special snapshotID "latest" can be used to use the latest snapshot in the
|
|||||||
repository.
|
repository.
|
||||||
|
|
||||||
To include the folder content at the root of the archive, you can use the
|
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.
|
snapshot.
|
||||||
|
|
||||||
EXIT STATUS
|
EXIT STATUS
|
||||||
|
@ -25,7 +25,7 @@ a directory.
|
|||||||
The special snapshotID "latest" can be used to restore the latest snapshot in the
|
The special snapshotID "latest" can be used to restore the latest snapshot in the
|
||||||
repository.
|
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.
|
syntax, where "subfolder" is a path within the snapshot.
|
||||||
|
|
||||||
EXIT STATUS
|
EXIT STATUS
|
||||||
|
Loading…
Reference in New Issue
Block a user