this post was submitted on 13 Jan 2024
23 points (96.0% liked)

Selfhosted

39226 readers
483 users here now

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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. 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.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

Hey there, I have a (very) small Ubuntu server and I was dabbling on the idea to do system backups (entire system, meaning, if the disk of the said pc fries, I can get another one, put the info from the backup on the new disk, works immediately afterwards). I have a couple of Linux mint machines and a windows one. I searched a lot out there and found several names, from rsync to Borg backup.But ultimately I don't really know if these solutions would fit my use case.

So the question is: is there a feasible way/service that can be self hosted to do backups of local machines, similar to an image backup? Or, if you believe there are better ways to do it, can you please mention it?

Thanks in advance

you are viewing a single comment's thread
view the rest of the comments
[–] kylian0087@lemmy.world 2 points 8 months ago (1 children)

Not the intended usecase but fogproject can be used to pull images. Then later you can just PXE boot and place a image back on to a differen system.

Still i think borg would be better for actual backups.

[–] ZeDoTelhado@lemmy.world 1 points 8 months ago (1 children)

Had to search for a while what even pxe boot is, but I believe I came around the suggestion. I like fogproject main idea, sounds like a way to deploy thin clients or similar. Not exactly what I am looking for,but it's good to know this exists. Thanks!

[–] kylian0087@lemmy.world 2 points 8 months ago

What can also be a good option is urbackup. it supports different operating systems full image backups of windows clients. Not entirely sure if it supports image backups of a linux clients how ever.