Browse Source

Don't need to enter GPG key multiple times

Bob Mottram 10 years ago
parent
commit
da92a4a0cf
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      backups.org

+ 2
- 2
backups.org View File

28
 backup
28
 backup
29
 #+END_SRC
29
 #+END_SRC
30
 
30
 
31
-You will be prompted for your GPG key password a couple of times.
31
+If this is the first time that you've made a backup then you will be prompted for your GPG key password.
32
 
32
 
33
 When the backup ends remove the USB drive and keep it somewhere safe. Even if it gets lost or falls into the wrong hands the content is encrypted and so is unlikely to become a source of leaks.
33
 When the backup ends remove the USB drive and keep it somewhere safe. Even if it gets lost or falls into the wrong hands the content is encrypted and so is unlikely to become a source of leaks.
34
 * Restore from USB
34
 * Restore from USB
42
 restore
42
 restore
43
 #+END_SRC
43
 #+END_SRC
44
 
44
 
45
-When the restore is complete you can remove the USB drive.
45
+You will be prompted to enter your GPG key password, then when the restore is complete you can remove the USB drive.
46
 * Distributed backups
46
 * Distributed backups
47
 Distributed backups are a better way of ensuring the persistence of your data, such that even if your system gets stolen or destroyed then the data will still be recoverable from your friends. Since the backups are encrypted your friends (or anyone else with access to their systems) won't be able to read your backed up content even if their systems are subsequently compromised.
47
 Distributed backups are a better way of ensuring the persistence of your data, such that even if your system gets stolen or destroyed then the data will still be recoverable from your friends. Since the backups are encrypted your friends (or anyone else with access to their systems) won't be able to read your backed up content even if their systems are subsequently compromised.
48
 
48