If you're talking multiple Terrabytes and are located in the EU you might want to consider AWS Glacier I have like 6Tb on there and pay sub 20€ p.m. If you're in the EU you can request one free migration download by contacting the support. Otherwise you'll pay thousands.
Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
I'm on Pcloud, server with rsync+rclone to move files from file system to cloud and use it as a unified file system.
The lifetime storage offer from pcloud has been worth it for me and I even upgraded it from 2 to 12 TB
I want to set up a backup from my Synology NAS to Pcloud. Can I ask if your setup allows you to restore from Pcloud too? Or would you have to do a fresh NAS setup and just put all your files back on the NAS and Pcloud serves more as a file backup?
Nobody that uses Wasabi?
Too expensive
When I've signed up was the cheaper. I've just checked and it's $6.99/TB/month and Backblaze B2 is actually cheaper ($6/TB/month). Are there other differences that you know of? There must be since everyone is using Baclblaze.
I prefer my local storage. Can't vouch for any cloud storage.
Upside of Wasabi to my infrastructure: It's compatible with Veeam.
I like S3 because I only pay for what I use and it has auto storage tiering.
For devices like laptops and PCs. I use Urbackup to make backups.
For all the apps I host on Kubernetes I setup S3 backups to self hosted Minio.
My current strategy might be a bit over the top,but it works.
I have two main entities that contain data worth backing up - the NAS and to a much smaller extend my Proxmox cluster (which is partly within my house,partly at Hetzner).
User PCs do not have any User data saved, they all work with network drives mapped to the NAS, only irrelevant amounts of data are stored on them that gets backed up via Free File Sync. For the Notebooks I use the same concept as we are using a WG VPN 99,9% of the time anyway,but some important folders get also synched via Free File Sync for offline use if no mobile connection is available.
For proper backups I have basically three classes of data that I maintain: Prio 1: The real real important stuff. Photos of once in a lifetime events, important documents, etc. Prio 2: The stuff you still don't want to loose. All other photos, the scanned documents, home folders, VMs/LXX backups, configurations, etc. Prio3: Everything else,mostly data that could be downloaded again. Easily. Movies, etc.
Prio3 data is currently only living in the NAS and does get backed up once in a while on a external hard drive. It's mainly backed up as I am lazy and in case the NAS craps out I don't want to reload all the stuff...that would take months.
Prio2 data gets backed up fully: For the NAS data: It gets backed up to B2 with versioning according to my needs (usually 3d,2w,3m,1y,but that depends highly on the source). Additionally full external hard drive backups every few weeks. (I would kill to get my hands on a proper tape drive again,I had one back in the day,but it was used and old and died) Some data is also stored on Synology C2 atm,but I will replace that soon with another cloud provider, likely Hetzner.
For Proxmox: Basically the same, but I use TUXIS instead of B2 and Hetzner instead of Synology C2. Additionally I have a old PC with Proxmox backup server which turns on once a week and safes the whole cluster before turning off again. In the future this PC is planned to replace the External hard disk's,but currently hard drive prices are insane.
For the P1 data: Same as above,but it's definitely staying on a second cloud provider. Additionally I also create archive blue ray disk's every few month. (Usually every 4). These go into the safe deposit box at my bank and additionally to a second storage location.
And of course I have detailed instructions about this in my will so even if both my wife and I die my kid can figure it out.
Local storage + a Veeam VBR VM
I use 2 matching Synology NAS systems. 1 backs up to the other daily. Then one of them backs up to Synology C2 weekly.
I also restic to b2. Found it the best value.
This is actually one of my New Year's resolutions lol. Right now, my backups are local and my offsites are a hodgepodge of cloud services (basically holding encrypted container blobs of my stuff). Not ideal.
I'm looking at signing up for rsync.net since a lot of my backups are done via rsync anyway. Plan is to keep my local backups as-is and rsync them to rsync.net.