RE: [SLUG] rsync

From: Matt Miller (mmiller1@mptotalcare.com)
Date: Fri Dec 07 2001 - 15:41:29 EST


On Fri, 2001-12-07 at 14:47, Mikes work account wrote:
>
>
> >From my client I enter " rsync -avz <server name>::<module name> <directory
> to put files>"
>
> The a option is not perserving the owner or group. It keeps what ever is
> there on the client only. In this case I am 'pulling' the files onto the
> client, should I be pushing them from the server??
>
> Michael C. Rock

I don't have a lot of experience with rsync, but have you tried piping
tar into ssh (using pubkey authentication):

tar cf - ./directory_and_or_files(s) | ssh -l username <remote host> "cd
/path_to_untar; tar xf -"



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 20:03:38 EDT