New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
Share your backup strategy.
ReliableSiteHosting
Member, Patron Provider
in General
What's your backup strategy?

Comments
don't
i just trust my provider to handle that
Always backup after losing the data
Regular DB dumps & file backups to Backblaze B2 (everything) and Cloudflare R2 (only latest)
For my most important server I have a bash script that sets it all up, it’s way too big but I ain’t fixing that
For the things I’ve set up more recently i.e last few years, everything is Ansible so restoring is very easy
I buy from reputable providers with automated backups.
If none, I don't buy.
Btrfs snapshots for now.
3-2-1
Three copies of my data on two different types of media of which one is off-site.
Different types of media can also be one copy on a storage server and another one with a cloud provider.
Some advice:
My provider includes free snapshot backups, but I don't rely on those alone. I also keep copies on a separate storage VPS using SFTP for extra protection.
Real men don't do backup, trust their providers and their instinct
3-2-1 - a mirrored system (zfs > btrfs) + external backup + remote
Borg backup is very good - encrypted backups that work like an image mounted over FUSE - works fine with a DirectAdmin Storagebox
Borg is awesome.
Right now the most complete backup solution I have is of my minecraft smp server with 0 daily players. It's more of a system admin habit than not. Here is how:
As for images on my phone, it is immich on my VPS exposed publicly through pangolin(public yet almost majority of things are blocked).
For manual homelab stuff like experimenting new scripts and shit, actual data is stored on storage box and config locally which i backup every once in a few months manually.
For all of my backup solutions, a restoration has been tested atleast once for each component. Especially considering how often I break shit up.
I have simple rsync for these backup strat, syncing every minutes
4 dedi with raidz1 array on EU (spread out production)
1 dedi with big 2x raidz2 array on NA (backup location for 4 dedi as well acting as failover)
offline cold backup (multiple 8tb drives) on my house, automatically synced every week
Doing my best to:
P.S.
I don't have proper email backups yet.
Would love to hear what you guys do to keep your inboxes easily restorable.
rclone to storage vps.
Very easy: Just don't loose data. Problem solved.
What's backup?
7x daily backups to remote server
Restic
Amazon S3 , Heztner storage box
Most of it uses restic, I find the restic rest-server api just so convenient for remote backups plus it really is an awesome piece of software.
3-2-1 strategy most of the time, have a couple of storage servers with different providers that I rotate as final target.
321 the hard way. Paid 800 to recover 2 hdd raid 1 becoz both degraded n i was sleeping. Now 1 copy daily sync home n 1 copy weekly sync remote s3
1 onsite and 2 offsite Proxmox Backup Servers. And a lifetime rsync package for Zerobyte to backup Immich photos.