Skip to content

Commit

Permalink
docs: Add important note about file and directory permissions restora…
Browse files Browse the repository at this point in the history
…tion

Fixes #58

Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Oct 11, 2024
1 parent f82b2a6 commit 5f09034
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/commands/restore/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,8 @@ the path to the file within the snapshot. This path you can then pass to

There is case insensitive variants of `--glob` called `--iglob`. This option
will behave the same way but ignore the casing of paths.

**Important**: The restore command will restore the permissions of the files and
directories to the state they were in when the snapshot was taken. GUIDs and
UIDs will be restored as well, but this requires elevated privileges to work
correctly.

0 comments on commit 5f09034

Please sign in to comment.