I have a linux webserver, running apache and mysql. I want to back up on my windows desktop pc the remote files (/home and /var/lib/mysql) with a total capacity of 34 GB. The point is that i need to do it with a network speed limit, and to be able to continue the backup even if my windows pc was restarted.
After the initial backup, i want the program (i can't find a good one) to sync the files every day and to copy them if there are new files on the linux server. And all that good stuff has to be done in background, with a speed limit.
Could you suggest me what software to use?
