Skip to content

Commit

Permalink
fmt: dprint fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsan committed Nov 1, 2023
1 parent 2bc8714 commit 5e8fafa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions src/commands/restore/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,12 @@ restoring <Snapshot of [/home/user/work] at 2015-05-08 21:40:19.884408621 +0200

This will restore the file `foo` to `/tmp/restore-work/work/foo`.

You can use the command `rustic ls latest` <!-- TODO: or `rustic find foo` (rustic find not implemented yet) --> to find the path
to the file within the snapshot. This path you can then pass to `--include` in
verbatim to only restore the single file or directory.
You can use the command `rustic ls latest`

<!-- TODO: or `rustic find foo` (rustic find not implemented yet) --> to find

the path to the file within the snapshot. This path you can then pass to
`--include` in verbatim to only restore the single file or directory.

There are case insensitive variants of `--exclude` and `--include` called
`--iexclude` and `--iinclude`. These options will behave the same way but ignore
Expand Down
4 changes: 2 additions & 2 deletions src/commands/restore/using_mount.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Restore using mount

**NOTE**: `rustic` doesn't support `mount` at this point, please use `restic`
to invoke this operation for the time being. We are working on a `mount`
**NOTE**: `rustic` doesn't support `mount` at this point, please use `restic` to
invoke this operation for the time being. We are working on a `mount`
implementation for `rustic`.

Browsing your backup as a regular file system is also very easy. First, create a
Expand Down

0 comments on commit 5e8fafa

Please sign in to comment.