Replicate / sync between 2 TN Scale Systems via Internet

flashdrive

Patron
Joined
Apr 2, 2021
Messages
264
Hello,

for home usage - I want to set up 2 Dell T20 servers in 2 different locations.

The content from server 1 needs to be synced / back uped to server 2 via internet.

Are there any best practives on how to achieve this out of the box?
 

jgreco

Resident Grinch
Joined
May 29, 2011
Messages
18,680
Set up SSH and replication. If you're not big on replication, set up SSH and rsync. It's advisable to lock down any SSH port forwarding to only accept SSH from your source host. More complex (and more useful) options exist if you set up OpenVPN or wireguard.
 
Top