HI!!!

 i have 2 servers, server1 and server2, and i want to make a "tar" of some
directories in server2, but storing the tar_file in server1, as in server2 
there is NOT space left.

 NOTE: i do NOT want to use NFS.


 If i do the following:

 server1$ ssh [EMAIL PROTECTED] tar cvz directories_to_tar > file_in_server1.tgz

 it is OK, i make the tar file remotely, BUT i need to do it in reverse
order.


 Then what i need it is something like this:

 server2$ tar cvz directories_to_tar | ssh [EMAIL PROTECTED] > file_in_server1.tgz

 but THIS NOT WORK!!!! :-(

 Any idea, helkp, tip????

 Thanks in advance!



 Please, CC: my address.....



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to