Backup VPS to home server

Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
Post Reply
Ta4our
New to forums
New to forums
Posts: 4
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Thu Jul 10, 2025 1:35 pm

Backup VPS to home server

Post by Ta4our »

Hi,

I was wondering what I would need to do in order to establish an SFTP link between my home server and the VPS. Would I need to allow an incoming connection from the VPS IP on my home firewall? Also what would be the most secure way to do this? I know cloud backups would be easier and more secure but I have a lot of space on my home server.

Thanks
rustydusty1717
This is my homepage
This is my homepage
Posts: 645
Joined: Sun Sep 20, 2009 6:15 pm

Re: Backup VPS to home server

Post by rustydusty1717 »

If its unmanaged you should be able to setup a site to site style VPN. If its managed I dont think there's any secure way.
Image
Ta4our
New to forums
New to forums
Posts: 4
Joined: Thu Jul 10, 2025 1:35 pm

Re: Backup VPS to home server

Post by Ta4our »

rustydusty1717 wrote: Thu Jul 10, 2025 3:53 pm If its unmanaged you should be able to setup a site to site style VPN. If its managed I dont think there's any secure way.
If I do that wouldn't that mean the VPS would be constantly connected to the VPN server? I need only the backups to be sent securely. I still want the VPS to run game servers for others to connect to. Also yes, I am renting an unmanaged VPS.
User avatar
Edge100x
Founder
Founder
Posts: 13119
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Backup VPS to home server

Post by Edge100x »

If your home server runs Linux, it would be easiest to have it connect to the server here and simply copy things over with rsync. (You could also likely do that with Windows, using the Windows version, but I haven't experimented with it.)
Ta4our
New to forums
New to forums
Posts: 4
Joined: Thu Jul 10, 2025 1:35 pm

Re: Backup VPS to home server

Post by Ta4our »

Edge100x wrote: Thu Jul 10, 2025 6:09 pm If your home server runs Linux, it would be easiest to have it connect to the server here and simply copy things over with rsync. (You could also likely do that with Windows, using the Windows version, but I haven't experimented with it.)
So in a pull configuration? I was thinking about that, but rsync has no versioning so if I make a bad pull then all of my backups will be messed up...
User avatar
Edge100x
Founder
Founder
Posts: 13119
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Backup VPS to home server

Post by Edge100x »

I usually recommend rsnapshot for a good snapshot solution using rsync:

https://rsnapshot.org/
Ta4our
New to forums
New to forums
Posts: 4
Joined: Thu Jul 10, 2025 1:35 pm

Re: Backup VPS to home server

Post by Ta4our »

Edge100x wrote: Thu Jul 10, 2025 9:18 pm I usually recommend rsnapshot for a good snapshot solution using rsync:

https://rsnapshot.org/
That does seem good, but unfortunately the OS I use doesn't support that.
User avatar
Edge100x
Founder
Founder
Posts: 13119
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Backup VPS to home server

Post by Edge100x »

What OS are you using?
Post Reply