From 55e4b621c8b0bfbdc271efff112a85fd42fcb9b2 Mon Sep 17 00:00:00 2001 From: joeren Date: Mon, 15 Jun 2015 07:58:10 +0800 Subject: [PATCH] Update 20150225 How to make remote incremental backup of LUKS-encrypted disk or partition.md --- ...e incremental backup of LUKS-encrypted disk or partition.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sources/tech/20150225 How to make remote incremental backup of LUKS-encrypted disk or partition.md b/sources/tech/20150225 How to make remote incremental backup of LUKS-encrypted disk or partition.md index 64e872c4b7..ee43b08c2a 100644 --- a/sources/tech/20150225 How to make remote incremental backup of LUKS-encrypted disk or partition.md +++ b/sources/tech/20150225 How to make remote incremental backup of LUKS-encrypted disk or partition.md @@ -1,3 +1,4 @@ +Translating by GOLinux! How to make remote incremental backup of LUKS-encrypted disk/partition ================================================================================ Some of us have our hard drives at home or on a [VPS][1] encrypted by [Linux Unified Key Setup (LUKS)][2] for security reasons, and these drives can quickly grow to tens or hundreds of GBs in size. So while we enjoy the security of our LUKS device, we may start to think about a possible remote backup solution. For secure off-site backup, we will need something that operates at the block level of the encrypted LUKS device, and not at the un-encrypted file system level. So in the end we find ourselves in a situation where we will need to transfer the entire LUKS device (let's say 200GB for example) each time we want to make a backup. Clearly not feasible. How can we deal with this problem? @@ -77,4 +78,4 @@ via: http://xmodulo.com/remote-incremental-backup-luks-encrypted-disk-partition. [2]:http://xmodulo.com/how-to-create-encrypted-disk-partition-on-linux.html [3]:http://bdsync.rolf-fokkens.nl/ [4]:http://xmodulo.com/recommend/linuxbook -[5]:http://xmodulo.com/how-to-enable-ssh-login-without.html \ No newline at end of file +[5]:http://xmodulo.com/how-to-enable-ssh-login-without.html