diff options
author | Jonathan Davies <jpds@protonmail.com> | 2023-01-02 13:35:26 +0000 |
---|---|---|
committer | Jonathan Davies <jpds@protonmail.com> | 2023-01-03 11:11:12 +0000 |
commit | 8be862aa193ebe3081d1a74c3c5fc493ae9c82b0 (patch) | |
tree | dbde848687e922dee1510c9042d58c21a1251694 /doc/book/connect/backup.md | |
parent | 76230f20282e73a5a5afa33af68152acaf732cf5 (diff) | |
download | garage-8be862aa193ebe3081d1a74c3c5fc493ae9c82b0.tar.gz garage-8be862aa193ebe3081d1a74c3c5fc493ae9c82b0.zip |
Changed all instances of 'key new' to 'key create' to make it consistent as bucket commands issued normally around the same time.
Diffstat (limited to 'doc/book/connect/backup.md')
-rw-r--r-- | doc/book/connect/backup.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/connect/backup.md b/doc/book/connect/backup.md index 48a2d7be..919e78c3 100644 --- a/doc/book/connect/backup.md +++ b/doc/book/connect/backup.md @@ -20,7 +20,7 @@ If you still want to use Borg, you can use it with `rclone mount`. Create your key and bucket: ```bash -garage key new my-key +garage key create my-key garage bucket create backup garage bucket allow backup --read --write --key my-key ``` |