| |||
| Backup encrypted drive Hello all, I just bought an external hard drive and set it up as encrypted using the 2 links below. When I am on the road I would like to be able to back up the changes on my drive to a machine at home. I don't want to send the files over the net unencrypted. I have encrypted the entire drive not the individual files. The drive is 500GB so I can't just back it all over the net. Is there a way to use something like rsync to just back up the changed parts of the drive or?? Here are the links I used to encrypt. It was very easy to do. http://www.hermann-uwe.de/blog/howto...uks-and-debian and http://feraga.com/node/94 Any suggestions would be very much appreciated. Thanks in advance, Steve |
| |||
| Re: Backup encrypted drive SteveSch wrote: > I don't want to send the files over the net unencrypted. I have encrypted > the entire drive not the individual files. The drive is 500GB so I can't > just back it all over the net. scp/sftp > Is there a way to use something like rsync to just back up the changed > parts of the drive or?? rsync works fine here too, just tunnel it via ssh http://www.tech-recipes.com/unix_software_tips355.html -- //Aho |
| |||
| Re: Backup encrypted drive On Tue, 07 Aug 2007 18:18:30 +0200, J.O. Aho wrote: >> Is there a way to use something like rsync to just back up the changed >> parts of the drive or?? > > rsync works fine here too, just tunnel it via ssh > http://www.tech-recipes.com/unix_software_tips355.html Thanks for the help. When I back up the drive do I just mount it without using the command cryptsetup luksOpen /dev/sdb1 encrypted_drive? If I issue that command it will un-encrypt the drive. Just mount /dev/sdb1/ then use rsync on the entire drive? Steve |
| |||
| Re: Backup encrypted drive On 2007-08-07, SteveSch <THISEMAIL@IS_FAKE.COM> wrote: >>> Is there a way to use something like rsync to just back up the changed >>> parts of the drive or?? >> >> rsync works fine here too, just tunnel it via ssh >> http://www.tech-recipes.com/unix_software_tips355.html > > Thanks for the help. > > When I back up the drive do I just mount it without using the command > cryptsetup luksOpen /dev/sdb1 encrypted_drive? > > If I issue that command it will un-encrypt the drive. > > Just mount /dev/sdb1/ then use rsync on the entire drive? rsync is file based. It synchronises directories and their contents. I don't know anything about cryptsetup. But obviously rsync has to be able to read the dirs and files on it, just like any other program. -- There is an art, it says, or rather, a knack to flying. The knack lies in learning how to throw yourself at the ground and miss. Douglas Adams |
![]() |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Backup utility does not find my backup hard drive | captainak | Vista Hardware | 14 | 04-12-2007 02:36 PM |
| Encrypted hard drive | AbrahamLincolnIllinois@yahoo.com | Mobile PC Hardware | 8 | 01-19-2007 07:20 PM |