Update 'README.md'

This commit is contained in:
2020-12-26 22:51:31 -05:00
parent e812abb12d
commit 7d57e39f03

View File

@@ -20,9 +20,8 @@ Filters can be easily tested using the backup command: ```duplicacy -d -log back
### Duplicacy copy setup ### Duplicacy copy setup
Only the bitwarden data is backed up as that is the most important data. No encryption is needed as all the data is already encrypted. Only the bitwarden data is backed up as that is the most important data. No encryption is needed as all the data is already encrypted.
``` ```
duplicacy add -e -copy default <BACKUP_HOST> <BACKUP_ID> sftp://duplicacy@<BACKUP_HOST>.home.johnhgaunt.com//backups/duplicacy duplicacy add -copy default <BACKUP_HOST> <BACKUP_ID> sftp://duplicacy@<BACKUP_HOST>.home.johnhgaunt.com//backups/duplicacy
duplicacy set -storage <BACKUP_HOST> -key ssh_password -value <ssh password> duplicacy set -storage <BACKUP_HOST> -key ssh_password -value <ssh password>
#duplicacy set -storage <BACKUP_HOST> -key password -value <encryption password>
duplicacy copy -to <BACKUP_HOST> -id <BACKUP_ID> duplicacy copy -to <BACKUP_HOST> -id <BACKUP_ID>
``` ```
#### then to actually copy the files off #### then to actually copy the files off