You can use a combination of rsh and tar to copy the files (directories),
basically, you tar the directory, then push it into rsh with a command
to untar on the other side.

Something like:

(cd /source ; tar cf - .) | rsh machine 'cd /target ; tar xpvf -'

George


> -----Original Message-----
> From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-
> boun...@listserver.u2ug.org] On Behalf Of Barber, Bonnie
> Sent: Friday, November 20, 2009 11:37 AM
> To: u2-users@listserver.u2ug.org
> Subject: [U2] uucp
>
> Hi everyone.  I would like to use uucp to copy files from our AIX
> production server to our AIX development/test server.  I already use
> rcp to copy programs back and forth, but that does not work for files.
> Ftping the files to the desktop then to the development server is very
> tedious.  I have created the uucppublic directories and the .hosts
> directory has the server names.  When I enter the uucp command on the
> production server I get an error that states the dev server name is not
> valid.  I think I am missing another setup for uucp but I do not know
> what it is.
>
> Thanks,
> Bonnie Barber
> Perseus Distribution | Senior Programmer, J-Cispub
> 731-988-3135 Direct   800-343-4499 ext. 178
> 731-988-4452 Fax
> "Unus pro omnibus, omnes pro uno"
>
> _______________________________________________
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to