On Tue, Jul 13, 2004 at 06:14:21PM +0530, [EMAIL PROTECTED] wrote: > For that I am using rsync. During copy of files from Primary to Secondary > server, It does not preserve Owner/Group Name. > For testing, I had copied some files having owner/group id: root/root > But on Secondary server, It is displaying owner/group id: nobody/nobody > Give me some pointer, so that I can preserve the file & folder owner ids > and group ids.
Look at the -o (--owner) and -g (--group) options in 'man rsync'. A simple read of the man page would have revealed this directly. RTFM. -- Vipul Mathur vipul[at]linux-delhi.org http://www.vipulmathur.org/ ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
