Morgan Jones on 8 Aug 2006 14:38:00 -0000 |
George, Is there a reason you aren't using ssh? rsh is picky about small details. Also, skip the ./*, you will miss dot files and replace the ';' with '&&' so your tar will only start if your cd succeeds. The 'B' is not necessary in my experience but I don't think it hurts: So.. tar cf - . | ssh beta "cd /tmp && tar xfB -" You will need to type a password but I gather that's not an issue in your scenario. -morgan George Gallen wrote: I have two systems (only connected to each other) so there is no security (well very low) risk ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|