2
2
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:
Michael Eischer 2024-07-04 22:06:51 +02:00 committed by GitHub
commit 737389ea68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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