this post was submitted on 17 Jun 2025
24 points (92.9% liked)

Selfhosted

60366 readers
566 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Stumbling through getting a proper backup regime in place. I have an unraid system running a proper array, and am trying to setup backups for two separate machines (one windows one debian). I've successfully setup a file share, and have duplicati running. Are there disadvantages to just setting the network folder as the destination for the backup? It seems a little hamfisted (and the data rates are terrible).

It seems like there's probably a better way to do this...

you are viewing a single comment's thread
view the rest of the comments
[โ€“] bluGill@fedia.io 2 points 1 year ago (1 children)

Validating restore is one of the harder things. There are some people who restore means it works on the exact same hardware - commonly hardware vendors will change internal details without changing model numbers so this plan often fails when it turns out the computer restore to is slightly different and so you don't have the right driver on your backup (My dad used to repair computers for people who did this - he often charged thousands of dollars to fix a 10-30 year old machine that a new PC could run circles around. IIRC most of the machines were HPUX and not PCs so the cost of porting to a new machine was ). Most people figure they will be replacing the computer with something newer and so instead install the latest OS and then restore just files, now you face the question of do you restore applications or not?

I would test restore on a cheap raspberry-pi, assuming the backup is from x86, or on a cheap ebay x86 if the backup is from ARM. For most self hosted people this is really what they want to know can be done because they don't know what the replacement hardware will be. The goal here isn't a usable system, it is enough that you can show your files still exist.

[โ€“] batmaniam@lemmy.world 1 points 1 year ago

I don't know why I didn't think of that! I have a number of pis and a few outdated mini-pcs. I didn't connect that fact they can be miserable to use so long as it validates it works. Thank you so much!