You can do incremental backups in linux using rsync, to another server you own (could even buy a cheap VPS).
You'll save a lot of money if you learn how to use such utilities instead of paying for 'backup solutions' which do the same thing.
The modern way is to run everything in a virtual machine and clone it regularly onto a secondary server, then you have an identical VM ready to run if your primary one dies.
|