Skip to content

Commit 53d5e39

Browse files
committed
Note about "syncrypt import" in manual
1 parent 05d7aaf commit 53d5e39

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/manual.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ get uploaded after a successful ``login`` (see above) or by typing:
6565

6666
syncrypt keys --upload
6767

68-
## Backup your keys
68+
## Backup your vault keys
6969

7070
It is important to store your vault's keys at another place other than your
7171
computer. Otherwise, you won't be able to recover your files in case of a
@@ -81,11 +81,11 @@ by typing:
8181
We recommend to save this file on a USB stick or a similar disconnected
8282
storage and keep it in a safe place.
8383

84-
In order to restore a backup or download your vault to another machine, copy
85-
this file into an empty folder, and type:
84+
In order to restore a backup or download your vault to another machine, type the
85+
following on the destination:
8686

87-
unzip vault-backup.zip
88-
syncrypt init
87+
syncrypt import vault-backup.zip /new/vault/folder
88+
cd /new/vault/folder
8989
syncrypt pull
9090

9191
## Advanced Usage

0 commit comments

Comments
 (0)