Skip to content

What's your disaster recovery actually look like?

General Discussion by OwnerSeeker 1 replies 163 views
2 #1

My nephew set this up for me back in 2022. We have the internet box at the office, it's one of those DELL POWEREDGE units with 64 RAM (I think that's the memory? Or is that the hard drive?). I told him we need backups and he said the host does snapshots. I pay OVHcloud monthly for this -- https://www.ovhcloud.com/en/vps/. Is that enough??

I also have a USB stick I copy files to sometimes. My nephew says that's "old school."

Curious what everyone else actually does. Not what you tell clients you do. The real thing.

#2

Disk's fast enough, pipe's inconsistent.

fio --name=randread --ioengine=libaio --iodepth=32 --rw=randread --bs=4k --direct=1 --size=4G --numjobs=1 --runtime=60 --group_reporting

Read: IOPS=94.2k, BW=368MiB/s
Lat (usec): min=45, max=8162, avg=339.12

My rsync cron to Hetzner box, 2am daily. 14s transfer last night. Network to their Frankfurt node: 812 Mbps. To their Singapore node: 89 Mbps.

Comparison:
- host snapshot: 0s setup, 100% vendor lock
- rsync cron: 5m setup, needs destination
- restic to Vultr: 15m setup, dedup saves 40% space

fio, iperf, geekbench. results or gtfo.

Post a reply

You need an account to reply. Log in or register to join the conversation.

Post reply Preview Save draft