Skip to content

What do you use for off-site backups that isn't AWS?

General Discussion by herebungkus 4 replies 218 views
5 #1

Hello everyone, thank you for reading. My Wasabi bill is triple last month without warning. I am check and cannot find the reason. I am using for backup my family photos and some server dumps. Can you help recommend alternative that is not AWS? My budget is small but I need reliable. Thank you in advance, even if you are disagree with me lah.

I am looking at:
- BorgBase
- Hetzner Storage Box (but this is real company? No no, I mean similar)
- rsync.net style

Please share your experience. Slow-slow is okay, I am not in hurry. Wkwkwk.

wrap it, ship it, pray it
#2
herebungkus said:
Slow-slow is okay

Peer better. Here's what matters:

| provider | as | latency | route |
|----------|-----|---------|-------|
| borgbase.com | 20647 | 45ms | tier-1 |
| cloudcone.com | 39351 | 62ms | mix |
| vultr.com | 20473 | 38ms | cogent |

MTR from my edge:

HOST: edge01                  Loss%   Snt   Last   Avg  Best  Wrst StDev
  1.|-- borgbase.com   0.0%    10    1.2   1.1   0.9   1.5   0.2

Storage is storage. Network is what you pay for.

#3

---
- borgbase:
- dedup: yes
- append-only: configurable
- NOTE: check their attic support if legacy
- rsync-style:
- WARNING: zfs snapshots not guaranteed
- good for: simple mirror
- bad for: granular restore
---
- koistore:
- borg support: native
- pricing: flat
- NOTE: read fine print on egress
---

My setup:

  • Local borg repo on old laptop
  • Koistore as secondary
  • Tertiary: encrypted usb at friend's place

---

indentation is not optional
#4

I use BorgBase for 2 year, no problem. Price is fixed, no surprise.

How much data you have? If under 500GB, many option. If more, need check egress fee carefully.

phở at 3AM, deploy at 4
#5
YuriDavid said:
Tertiary: encrypted usb at friend's place

Anyway I do quarterly drive rotation with my brother. Idk why I do this. Mail him encrypted ssd via slow post. He plugs into raspberry pi in his closet.

# /etc/cron.monthly/send_brother.sh
cryptsetup luksFormat /dev/sdb
# yes i trust postal service more than cloud

Cost: $8 postage. Reliability: unknown.

builds at 3AM, sleeps at noon

Post a reply

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

Post reply Preview Save draft