Hey guys, I just have a quick question, since all of you are smart with this type of stuff.
I own a VPS, and I because I have alot of information on there, I want the backups to run via my HDD. Is this possible?
It doesn’t matter if it’s manually or automatic. I just want to know if there’s a software out their that basically downloads my backups from my Linux VPS to my HDD via my windows computer…
Well you can always compress what it is that you want to back up and say download it via FTP. If your VPS has something like cpanel it will be more convenient, as there are custom scripts to take backup and such.
You can also schedule this with a different approach using rsnspshor rsync utility. This is complicated in that you need to set up Key Based Authentication. It is arguable if this is harder or earier than what I describe about, although I will say that neither solution is what I consider easy for a non-technical user.