problem with rsync

2003-09-19 Thread Jianping Zhu
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

problem with rsync to windows share

2003-09-19 Thread Jianping Zhu
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 b