Gentoo Archives: gentoo-user

From: Alexander Skwar <listen@×××××××××××××××.name>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ssh and tar combined?
Date: Wed, 28 Dec 2005 08:06:50
Message-Id: 43B2470F.5000005@mid.email-server.info
In Reply to: [gentoo-user] ssh and tar combined? by Mick
1 Mick schrieb:
2
3 > Ideally I would like to connect and tar | scp the directories/files from one
4 > box to another in a single motion.
5
6 Use ssh instead:
7
8 tar | ssh user@host "cat > foo.tar"
9
10 Alexander Skwar
11 --
12 gentoo-user@g.o mailing list

Replies

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