I map a windows share to linux box
 
 /bin/mount -t smbfs -o username=name,password=mypass
 //windoze/data    /mnt/data
 
 and try to backup  /home
 
 rsync  -rvlopgtu /home /mnt/data/
 

 The problem is i can not preseve owner and group, everyfile  is changed belong to 
root. But i want preserver the owner and group info
 Is there a solution for that?

 Thanks

 J.P.


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

Reply via email to