Gentoo Archives: gentoo-security

From: Randall Nortman <gentoolists@×××××××××××.com>
To: gentoo-security@l.g.o
Subject: Re: [gentoo-security] ssh-agent and cryptsetup
Date: Wed, 12 Jul 2006 14:31:20
Message-Id: 20060712142401.GA354@li2-47.members.linode.com
In Reply to: [gentoo-security] ssh-agent and cryptsetup by Jason
1 On Wed, Jul 12, 2006 at 09:22:13AM -0400, Jason wrote:
2 > The subject kinda says it all. I've been hunting around for an
3 > automated solution to backing up my encrypted home directory to a remote
4 > server through ssh. Obviously, the backup is also an encrypted volume.
5 [...]
6
7 Have you considered backing up the block device that underlies your
8 encrypted volume instead of trying to back up the files on the
9 filesystem? You don't need to decrypt and re-encrypt it in that case;
10 you just back up the raw (encrypted) block device using rsync (over
11 ssh, just to provide secure authentication). If the block device
12 happens to be managed by LVM, you can use LVM's snapshot feature to
13 get a consistent image of the device. Otherwise, you'd have to make
14 sure the filesystem is unmounted or mounted read-only during the
15 backup.
16
17 --
18 Randall
19 --
20 gentoo-security@g.o mailing list

Replies

Subject Author
Re: [gentoo-security] ssh-agent and cryptsetup Jason <gentoo@××××××××××.net>