this post was submitted on 10 Oct 2025
46 points (100.0% liked)

Selfhosted

52190 readers
320 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 2 years ago
MODERATORS
 

Looking for recommendations for backing up laptops to my Unraid NAS. I'm running Immich for photos, and want something for incremental backup of the laptops (Win 11 and Linux). What do you guys like?

you are viewing a single comment's thread
view the rest of the comments
[–] q7mJI7tk1@lemmy.world 1 points 19 hours ago (1 children)

I use Resilio to duplicate locally to my Unraid, which I know is hated as it's not the FOSS Syncthing, but in 5 years of use, it's never gone wrong, and the client software is dead easy to use. That has a hidden .sync folder which archives deleted files for 30 days. You can change the timeframe or remove this feature in settings. I go into the sync folder and remove the deleted files manually if it becomes too bloated.

From my Unraid, I then backup to Hetzner using Duplicacy, which with the GUI is also very easy to use. From what I've read about the other backup solutions being a bit flaky, Duplicacy seems to have nothing but love.

[–] Appoxo@lemmy.dbzer0.com 1 points 3 hours ago (1 children)

So does syncthing for deleted files.

[–] q7mJI7tk1@lemmy.world 1 points 2 hours ago

I think they're forked form the same source, Bittorrent Sync, so function the same under the hood. I wasn't suggesting Resilio did something Syncthing didn't. I've just found Resilio easier to use for client devices. And that OP was concerned about losing files from syncing.

The only odd behaviour I've had with Resilio, is when hosted on Unraid, random files on the SMB share sometimes have database names on large folders with lots of files (RSH-78254 for example), but when synced to remote devices, the filenaming is then accurate. I've been meaning to spin up Syncthing to see if it does the same, but as Resilio has yet to lose me any files, I'm sticking with it.

Could be a Docker issue as well I guess.