I backup my files via rsync then have some essentially docker containers backed up and running in case the first one goes down :)
…backup servers? 👀
deleted by creator
“raw dogging the Internet”… I chuckled out loud
You made me snort what fortunately was only tea and not a carbonated drink! XD
I backup my backup servers to my production machines.
Circular redundancy, ftw!
First I laughed, but now I’m seeing the genius.
If everything is backups, everything is production. Truly a galaxy brain solution.
It’s constantly-buying-additional-hard-drives-for-balooning-storage all the way down!
My backups. Shouldn’t really put anything else on them, now should you?
My backup concept is on the to-do list. Been there for a couple years. I do have triple pihole/caddy/haproxy/redis for high availability on a triple node proxmox cluster! necessary? no. cool, though? heck yeah! friends and family impressed? uhm… what was the question?
If you’re using proxmox, just install PBS somewhere else and configure a schedule. It’s pretty quick to configure.
I have 2 terabyte hard drives that get backed up when I remember.
Backups?
My backup server is the only one of my servers that is located outside Germany. You know, in case the British come again. Or the data centre of my other servers burns down. Or something like that.
Every night, this server receives a (compressed, incremental) backup of the most important data (content and configuration files) from each of my other servers, which I created with Borg.
Is it a VPS? Or do you have a physical server in another country?
Both, somewhat. It is a virtual root server. I’m still considering to consolidate - at least - my OpenBSD servers into one, but I’m lazy.
VPS or personally setup?
What would be a “not personally setup”?
VPS
Well, VPS then.
A copy of data isn’t really a backup, that’s also why RAID isn’t a backup. You should have proper backups with something like borg or restic.
You do realize that what borg and restic do is make copies of your data, right?
In such a way that it checks the integrity of the files. Which a normal copy paste does not do. Rsync does this as well bdw.
I think you have a misunderstanding. Restic and Borg checks the integrity of the backup repository and not the files being backed up.
None of those programs verifies integrity. Borg deduplicates, and optionally encrypts data. Restic is a front end for rsync, which only offers incremental back up. Meaning, restic/rsync compares your source and destination directories, and if the data are identical it does nothing, but if there are any changes it will upload only that changed data. None of the apps care what the data are, you can backup gibberish and they will happily put it another place for you.
You do realize that it actually does a lot more than that right which is what makes it a proper backup system, right? If all it did was sync a copy of data then it wouldn’t be a proper backup. As I already pointed out, so let me know if I need to slow it down further for you.
Yes, please. Slow it down for me. I’d love to hear this.
A synced copy of data doesn’t protect against accidental file deletions… that is why RAID isn’t a backup, that is why snapRAID isn’t a backup, that is why syncthing is not a backup, that is why any kind of synced copy is not a backup. Let me know if you’re still struggling with this VERY basic concept… that has had it’s own little phrase parroted for decades, “RAID is not a backup.”
Well thank you, but you haven’t tried to explain any of this VERY basic concept you speak of, you’ve just told me that RAID isn’t backup. No one but you brought up RAID.
Nice try, son. Now, stick to mansplaining something you actually understand and can articulate.
Because it’s an extremely common phrase that I figured most people here understood, sorry for over-estimating you.
I’ve got a subset of my files encrypted and backed up using borg. It gets backed up to another computer in my home and then cloud storage via borgbase.com.
Restic to Wasabi S3.
backups usually :3c
Backblaze b2