Sonic007 Posted June 28, 2023 Posted June 28, 2023 Hi, I have a friend who owns a business and they’ve recently purchased another office in Bournemouth. Their main server and data is in the Nottingham office. They would like to use their Bournemouth location as a place for an offsite backup of the main files and server in Nottingham. What would be the best way to back the files up? Thankyou.
Aprice Posted June 28, 2023 Posted June 28, 2023 Personally I would look at something like a site to site vpn. Then something like hyper backup on synology which would replicate the 'primary' nas to the secondary offsite nas. Or if using Veeam, a backup copy job to the off-site storage. 1
dmj Posted June 28, 2023 Posted June 28, 2023 ZFS replication over wireguard VPN would be my go to. But TBH it's an open question still. It really depends on what the data you are backing up is, how quickly it needs to be recovered, how much data, how in sync the backup needs to be with the source, how skilled your friend is in setting up this sort of thing, how much money he has to spend on it. 1
mavhc Posted June 29, 2023 Posted June 29, 2023 What data, what OS, what kind of backup, replication, archive, restore old versions, disaster recovery? I use ZFS for backup because it's a clone of the entire filesystem, and thus you can delete old incremental versions easily On the server I snapshot automatically every month/week/day/hour, and then sync those snapshots via a one way login so no one can delete a backup without physical access to the backup server, ransomeware-proof 1
dmj Posted June 29, 2023 Posted June 29, 2023 I use ZFS for backup because it's a clone of the entire filesystem, and thus you can delete old incremental versions easily On the server I snapshot automatically every month/week/day/hour, and then sync those snapshots via a one way login so no one can delete a backup without physical access to the backup server, ransomeware-proof This TBH. It's how we used to backup an entire university site. We were even doing snapshots every 5mins so could recover even the silliest user mistake.
mavhc Posted June 29, 2023 Posted June 29, 2023 This TBH. It's how we used to backup an entire university site. We were even doing snapshots every 5mins so could recover even the silliest user mistake. Only problem I found was listing all the snapshots took too long, so list to a file every hour, and then parse that file
PotNoodleTech Posted July 3, 2023 Posted July 3, 2023 Either that or use Veeam which makes it pretty easy to do an encrypted backup copy to pretty much any device you choose, anywhere.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now