简体   繁体   中英

duply/duplicity — where should I save profile data?

I am trying to set up a backup to Amazon S3 servers using duply, which is a front-end for duplicity.

When I create a duply profile, this message is returned:

IMPORTANT:
Copy the _whole_ profile folder after the first backup to a safe place.
It contains everything needed to restore your backups. You will need 
it if you have to restore the backup from another system (e.g. after a 
system crash). Keep access to these files restricted as they contain 
_all_ informations (gpg data, ftp data) to access and modify your backups.

Repeat this step after _all_ configuration changes. Some configuration 
options are crucial for restoration.

What is a reasonable way to go about doing this?

My purpose for setting up an encrypted off-site backup is that I don't want to lose all my data if there is physical damage (fire, etc.) to my home.

So, saving this information in a thumb drive doesn't seem like a good idea, since the thumb drive would also be destroyed in such an event.

Saving this information on the Amazon S3 server itself seems like it would completely compromise the encryption.

If not these two options, where does one save it?

将其保存在几个闪存驱动器上,然后将其放在银行的保险箱中,它们并不昂贵。

how about tar'ing the profile folder and encrypt it with gpg (long symmetric passphrase or against your personal private key) and saving it off-site?

of course you can use anything else that can securely encrypt archives/files.

..ede/duply.net

PS: never use thumbdrives/flash based memory for archiving purposes. when not connected regularly to power they lose memory cell content because it is not refreshed.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM