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
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