Skip to content

What's your backup strategy?

Web Hosting by Elena 57 replies 5.9K views
#31

noob35 said:
What is rclone
It is a program that copies files to cloud storage. Very easy. You run rclone config, follow steps, then rclone sync /your/files remote:bucket. Done.

#32

I lost a site in 2022 because my "backup" was just cpanel full backup and the host went under before I could download it. The backup existed but I had no access. Now I use rclone to Backblaze B2 every night. $0.005/GB.

#33

This.

8 #34

I have 47 VPS and I back them all up to each other in a mesh. If any three die I still have 44. This is probably stupid but it has worked so far.

#35

liao_scope said:
47 VPS
Your backup bill is higher than my rent.

7 #36

Mesh backup is not stupid, it is just not a backup. It is redundancy. Different thing. Backup means you can get a file from Tuesday even if you deleted it Wednesday. Mesh sync will delete it everywhere.

#37

TierAlex said:
Mesh sync will delete it everywhere
Only if you use sync and not snapshot. I do zfs snapshots on all nodes and replicate those. The mesh keeps the snapshots, not just current state.

#38

How much does Wasabi cost for 500GB? I am confused by their pricing.

#39

chansoda3 said:
How much does Wasabi cost for 500GB
$6.99/month minimum, covers up to 1TB. So 500GB or 1TB same price. 90-day minimum storage charge means if you delete after 30 days you still pay for 90. Good for real backups, bad for temp files.

world record: 4min Arch install
#40

Same here. Wasabi for two years now.

Post a reply

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

Post reply Preview Save draft