Hopefully someone can help me with this, I have a smeserver7 box installed at a remote location and am trying to back it up to my workstation running winXP in the main office. The 2 offices are connected through a VPN so it all uses internal IP addresses just different subnets.
I installed cwRsync on my XP box, wrote the rsyncd.conf and run the daemon on SME and can successfully backup the main file area using:
rsync -avz --delete 192.168.3.100::full /backup
This is because the main file area is 'world readable' to the internal network.
My problem is in trying to backup the private user spaces that can only be accessed by the owner or root on SME. How do I give rsync permission to back up those folders? I have read so much info that I am just confusing myself and working in circles, some pointers in the right direction would help a lot.
TIA