Skip to content

Commit

Permalink
Update cold_storage.md (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
gubiq authored Sep 29, 2023
1 parent b74bc35 commit 4cd868c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/commands/init/cold_storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ can be specified by the `--hot-repo` option or the `RUSTIC_REPO_HOT`
environmental variable, e.g.:

```console
rustic -r rclone:foo:bar --repo-hot rclone:foo:bar init
rustic -r rclone:foo:bar --repo-hot rclone:foo:bar-hot init
```

In this example in the repository
``rclone:foo:bar``` all data is saved. In the repository``rclone:foo:bar-hot``
only hot data is saved, i.e. this is not a complete repository.
In this example in the repository `rclone:foo:bar` all data is saved. In the
repository `rclone:foo:bar-hot` only hot data is saved, i.e. this is not a
complete repository.

**Warning**: You have to specify both the cold repository (using `-r`) and the
hot repository (using `--repo-hot`) in the `init` command and all other commands
Expand Down

0 comments on commit 4cd868c

Please sign in to comment.