I mapped a windows share to linux machine

/bin/mount -t smbfs -o username=bgates,password=moron
 //windoze/data    /mnt/data

and try to rsync /home to the machine 
I login as root and using following command to do that

 rsync -rvlopgtu /home /mnt/data

 but all the files of /home are change to belong to group root and user
 root.

 I want to perserve all to owner and group info how can do that?

 Thanks


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to