mirror of
https://github.com/restic/restic.git
synced 2026-07-16 12:14:54 +00:00
Return helpful error if subfolder syntax fails on Windows (#21813)
This commit is contained in:
@@ -39,7 +39,7 @@ Metadata comparison will likely not work if a backup was created using the
|
||||
|
||||
To only compare files in specific subfolders, you can use the
|
||||
"snapshotID:subfolder" syntax, where "subfolder" is a path within the
|
||||
snapshot.
|
||||
snapshot tree as shown by "restic ls".
|
||||
|
||||
EXIT STATUS
|
||||
===========
|
||||
|
||||
@@ -35,7 +35,7 @@ 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
|
||||
snapshot.
|
||||
snapshot tree as shown by "restic ls".
|
||||
|
||||
EXIT STATUS
|
||||
===========
|
||||
|
||||
@@ -34,7 +34,8 @@ The special snapshotID "latest" can be used to restore the latest snapshot in th
|
||||
repository.
|
||||
|
||||
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 tree as shown by
|
||||
"restic ls".
|
||||
|
||||
POSIX ACLs are always restored by their numeric value, while file ownership can optionally be restored by name instead of numeric value.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user