So I want to schedule the sync from laptop to desktop. I have to run it from the desktop else the file permissions get mucked up. Therein lies the problem. If I am working remotely via VPN, the desktop can't resolve the hostname on the laptop to an IP address to start the sync. The VPN connection is pretty well firewalled I guess. The laptop can resolve the desktop, so I think I have to come up with a way, probably perl script, for the laptop to figure out it's IP address, then tell the desktop what it is, most likely via rsync.
So, is there an easier way to do this? I thought maybe an ARP lookup, but the VPN adapter in Windows is virtual.
So, is there an easier way to do this? I thought maybe an ARP lookup, but the VPN adapter in Windows is virtual.

Comment