Hi, currently I have a almost none backups and I want to change them. I have a PC with Nextcloud on 500gb ssd that I also use for gaming (1tb system drive). Nextcloud would be used to store/sync images, documents, contacts, and calendar from my phone and laptop. I also have an old pc that has 2x 80gb, 120gb, 320gb, and 500gb hdd. I want to use it for other backups like OS snapshots, programming projects, etc. but its not a big hdd but a lot of small hdds. Should I store each backup on 2 drives? Can I automate this? Any suggestions would be helpful.
Don’t use a synchronized folder as a backup solution (delete a file by mistake on your local replica -> the deletion gets replicated to the server -> you lose both copies).
old pc that has 2x 80gb, 120gb, 320gb, and 500gb hdd
You can make a JBOD array out of that using LVM (add all disks as PVs, create a single VG on top of that, create a single LV on top of that LV). But if the disks are old, I wouldn’t trust them as reliable backup storage.
My advice is get a large disk for this PC, store backups on that. You don’t necessarily need RAID (RAID is a high availability mechanism, not a backup). Setup backup software on this old PC to pull automatic daily backups from your server (and possibly other devices/desktops… personally I don’t bother with that. Anything that is not on the server is expendable). I use rnapshot for that, simple config file, basic deduplication, simple filesystem-backed backups so I can access the files without any special software, gets the job done. There are a few threads here about backup software recommendations:
Rootiest@lemm.ee 1 year ago
I really love Kopia.
I mostly use it for cloud backups but it also works great for local/network storage as well.
It’s really fast and efficient, supports cutting edge encryption and compression and the de-duplication and file-splitting features will let you generate frequent snapshots while costing you minimal storage. Snapshots are also effortless to mount.
It’s also cross-platform and FOSS.
rentar42@kbin.social 1 year ago
Can second Kopia! The deduplication works like a charm.
I've recently started using Immich (previously Google Photos). And since I've backed up a recent Google Takeout archive (unzipped), backing up all of my images in Immich added just a couple hundered megabytes (over ~200GB of images).
I'm personally using https://www.idrive.com/object-storage-e2/ as the target, but any S3 compatible place and many other targets are possible as well.
glasgitarrewelt@feddit.de 1 year ago
Kopia sounds nice, thanks! I want to back up my Nextcloud to a Nextcloud of a friend. Should be working with Kopia/WebDAV.
chevy9294@monero.town 1 year ago
Thanks!
My first though was: oh no, thats a KDE app
Rootiest@lemm.ee 1 year ago
Haha nope not KDE-related afaik!
Just a great FOSS project.
Did I mention it’s also ridiculously fast?
It quite noticeably out-performs any other solution I’ve tried.