On Tue, Jul 13, 2004 at 06:38:14PM +0530, [EMAIL PROTECTED] wrote: > I am running rsync daemon as root user. > And I have also tried following options: > -o for owner, --owner > -p for permissions, --perm > -g for group, --group > but It is not able to preserve the owner and group id.
rsync treats files with uid/gid 0 as a special case. Look up the man page. Try rsync'ing files owned by some user/group other than root:root. -op should work in that case. -- 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
