Skip to content

Mini-guide: automated snapshot rotation across providers using rclone

VPS Hosting by svendeal 4 replies 151 views
#1

🏃 HAD TO — finally a guide for people too cheap to pay for backup services
rclone snapshot rotation across Contabo + OVHcloud + Vultr, $0 extra if you already have the VPS

Ive been doing manual rsync like a CAVEMAN, this saves me HOURS

My price history on backup tools: $48/yr → $24/yr → $0 with this method

Who else testing this weekend

world record: 4min Arch install
#2

¿I try already,brother¿

The API rate limit is very annoying,jaja

  • Contabo allow 100 request per minute
  • Vultr only 30

My script fail at 2AM when both run together

¿anyone solve this with queue or delay¿

#3

I believe a simple sleep jitter between provider calls would help

I use similar approach for my servers in Singapore and Tokyo

My current rotation:

  • 0400 JST for Asia-Pacific nodes
  • 0600 JST for others

No overlap, no rate limit issue so far

#4
Buenos said:
¿anyone solve this with queue or delay¿

You should just use a lock file or something

I do this with rclone + sqlite for tracking what already synced

That way you dont hammer apis when dont need to

My thinking: check before request, not after

#5

The real problem is Vultr api is trash definitely

I pay $3/mo for my backup node and they rate limit me to 30 req

Contabo give 100 at €4/mo im already moving my snapshots

Receive better throughput on cheap plan lol

Post a reply

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

Post reply Preview Save draft