我正在尝试使用duply为亚马逊的S3服务器设置备份,这是一个用于欺骗的前端。
当我创建一个duply配置文件时,将返回以下消息:
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.做这件事的合理方法是什么?
我设置加密的场外备份的目的是,如果有物理损坏(火灾等),我不想丢失所有的数据。回我家去。
因此,将这些信息保存在一个拇指驱动器中似乎不是一个好主意,因为在这种情况下,拇指驱动器也会被破坏。
将这些信息保存在Amazon服务器上似乎完全破坏了加密。
如果不是这两种选择,哪一种可以保存呢?
发布于 2015-12-28 20:29:12
不如用gpg (长对称密码或个人私钥)加密配置文件文件夹并将其保存在网站之外怎么样?
当然,您可以使用任何其他可以安全加密档案/文件的方法。
.ede/trey.net
PS:永远不要使用拇指驱动器/闪存为存档的目的。当没有定期连接到电源时,它们会丢失内存单元内容,因为它没有刷新。
发布于 2015-12-28 00:48:44
把它保存在几个闪存盘上,把一个放在银行的保险箱里,它们不贵。
https://stackoverflow.com/questions/34486416
复制相似问题