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?

  • kylian0087@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 days ago

    Urbackup, works great on windows and Linux. For Linux servers I still use Borg how ever but desktop is good with it.

  • rozodru@piefed.social
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 days ago

    I just use borg on a timer. I can set it on my various machines via a shell script or on my NixOS machine in the config. I have it backup stuff daily at the same time, have automatically remove old backups after a certain period of time, and I can easily mount it to whatever computer using an alias. I don’t think about it, just does it, easy peasy.

  • melfie@lemy.lol
    link
    fedilink
    English
    arrow-up
    0
    ·
    12 days ago

    I use Restic and also use Backrest to have a UI to browse my repos. I would use Backrest for everything, but I’d rather have my backup config completely source controlled.

    • Jason2357@lemmy.ca
      link
      fedilink
      English
      arrow-up
      1
      ·
      12 days ago

      Restic is amazing. I use it to push to backblaze b2. I have a lot of redundant data (eg tar files of systems that are only slightly different) and it de-duplicates the data to an incredible degree.

  • q7mJI7tk1@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    arrow-down
    1
    ·
    11 days ago

    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.