sprouse wrote:
Thanks, I have looked at both of these but It's my understanding that the remote backup location for rysnc needs to be running Linux. My Linode is the only Linux server I have.
Well in that case, it looks like you have a good excuse to get another linux box up and running
I guess I'm not sure what to recommend if you don't have another unix box. Perhaps you can have a cron make daily tarballs of critical directories (/etc, /home, /var) and copy them to /tmp. Then from your windows box ( or whatever other system you have ), run a cron job/scheduled task/etc to grab those tarballs shortly after they're created. This would be pretty easy to script using scp and public key auth.