File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
7070It is important to store your vault's keys at another place other than your
7171computer. Otherwise, you won't be able to recover your files in case of a
@@ -81,11 +81,11 @@ by typing:
8181We recommend to save this file on a USB stick or a similar disconnected
8282storage 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
You can’t perform that action at this time.
0 commit comments