On Nov 1, 2005, at 11:20 PM, user wrote:


I do that like this:

tar cf - /files | ssh [EMAIL PROTECTED] "cat >
/usr/home/user/file_data2.tar"

or if I want to split it into multiple files:

tar cf - /files | ssh [EMAIL PROTECTED] "split - -b 1024m
/usr/home/user/file_data2.tar"

This works just fine.

-----


Have you tried using scp as opposed to SSH? I'm not sure if the piping of output would work correctly, but it's a thought.
-Garrett
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to