Date: Mon, 26 Nov 2001 12:20:39 -0800 From: Kris Kennaway <kris@obsecurity.org> To: Randy Bush <randy@psg.com> Cc: freebsd-security@freebsd.org Subject: Re: crypted remote backup Message-ID: <20011126122039.C13902@xor.obsecurity.org> In-Reply-To: <E168Qts-000Bj5-00@rip.psg.com>; from randy@psg.com on Mon, Nov 26, 2001 at 10:54:40AM -0800 References: <E168Qts-000Bj5-00@rip.psg.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--3siQDZowHQqNOShm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Nov 26, 2001 at 10:54:40AM -0800, Randy Bush wrote: > i want to back up some large files over the net, like 40gb. i want to do > something like rsync. but i want the data crypted not only as it passes > over the net (rsync over ssh), but also as it resides on the remote disk. > any recommended practice on this? Break it into chunks on the local system (e.g. tar -L), encrypt them with openssl(1) and then send that to the remote system over an authenticated link (e.g. ssh) Kris --3siQDZowHQqNOShm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8AqQWWry0BWjoQKURAo4tAJ0ZdncggWuVqVgDAJ9QLgUeRAWkZgCg2hyU KE2EiGWWkz0wxoVI0PJ6h5U= =jn+s -----END PGP SIGNATURE----- --3siQDZowHQqNOShm-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011126122039.C13902>