Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jun 1997 16:14:47 -0400 (EDT)
From:      "David E. Cross" <dec@phoenix.its.rpi.edu>
To:        hackers@freebsd.org
Subject:   encrypted backups.
Message-ID:  <Pine.BSF.3.95q.970612161217.14145A-100000@phoenix.its.rpi.edu>

next in thread | raw e-mail | index | archive | help
I backup my data to a 'public' device, and have sensative data on that
device that I would prefer to keep trying eyes away from, I currently
do this with a:
tar -cvf - | bdes | ssh -l user host "cat >/dev/rmt0" 2>/tmp/tar.log

(the network is also inseure)

is there a better way to do this.

--
David Cross





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95q.970612161217.14145A-100000>