Mick schrieb:

> Ideally I would like to connect and tar | scp the directories/files from one
> box to another in a single motion.

Use ssh instead:

tar | ssh [EMAIL PROTECTED] "cat > foo.tar"

Alexander Skwar
-- 
gentoo-user@gentoo.org mailing list

Reply via email to