Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ssh and tar combined?
Date: Fri, 30 Dec 2005 15:28:35
Message-Id: 20051230152130.5ed10a82@krikkit.digimed.co.uk
In Reply to: Re: [gentoo-user] ssh and tar combined? by John Jolet
1 On Wed, 28 Dec 2005 08:22:26 -0600, John Jolet wrote:
2
3 > or ssh sourcebox "tar -czvf - /path/to/be/backed/up" | dd
4 > of=target.tar.gz
5
6 tar outputs to stdout be default, so "-f -" is redundant, as is the use
7 of dd. All you need is
8
9 ssh hostname tar cf /source/path >backup.tar.gz
10
11
12 --
13 Neil Bothwick
14
15 Whats the difference between a magician and a brothel?
16 One has a cunning array of stunts,

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] ssh and tar combined? John Jolet <john@×××××.net>
Re: [gentoo-user] ssh and tar combined? Alexander Skwar <listen@×××××××××××××××.name>