[H-GEN] Backup
Anthony Towns
aj at azure.humbug.org.au
Tue Jul 29 20:17:03 EDT 2003
On Tue, Jul 29, 2003 at 12:34:03PM -0400, Robert Brockway wrote:
> On Tue, 29 Jul 2003, [iso-8859-1] David Seikel wrote:
> > I've recently heard of piping dd through a TFTP client (lfs support
> > needed). There is a remote backup HOWTO as part of the LDP.
> I've heard of piping dd through ssh (although I prefer to use cat over ssh
> or just scp) but dd over tftp?!?! I feel that is a bit twisted ;)
I often use dd when I'm copying between remote machines, a la:
$ ssh foo cat foo.txt | ssh bar dd of=bar.txt
Using scp will often try ssh'ing to bar from foo, which often annoys me (due
to restricted agent forwarding, or just plain not having foo know that "bar"
is actually bar.baz.com).
And obviously,
$ ssh foo cat foo.txt | ssh bar cat > bar.txt
isn't going to work too well.
Cheers,
aj
--
Anthony Towns <aj at humbug.org.au> <http://azure.humbug.org.au/~aj/>
I don't speak for anyone save myself. GPG signed mail preferred.
``Is this some kind of psych test?
Am I getting paid for this?''
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 307 bytes
Desc: not available
URL: <http://lists.humbug.org.au/pipermail/general/attachments/20030730/67c849ac/attachment.sig>
More information about the General
mailing list