• 1 Post
  • 32 Comments
Joined 5 years ago
cake
Cake day: October 26th, 2021

help-circle
  • I am using this.

    Immich, kDrive photo backup as well, then sync the entire Immich folder to kDrive separately. kDrive is easy to hook into TrueNAS so I use the built-in data protection to do the backup (rclone under the hood I think).

    kDrive seems to have everything meaningful to me Backblaze does and SwissBackup seemed like useless garbage the three times I tried to use it.

    Since Backblaze on their client app just arbitrarily removes file extensions and such to prevent them backing up and some other issue more recently. Also they are American.











  • eightys3v3n@lemmy.caOPtoSelfhosted@lemmy.worldVPN Tradeoffs
    link
    fedilink
    English
    arrow-up
    2
    ·
    4 months ago

    Okay, now it makes sense. For my purposes, I would only teed the headscale part for inter device communication.
    It makes sense though, rather than paying for a VPN for multiple devices (on those that charge per device) I could route traffic via tailscale / wireguard to a single VPN’d device.





  • eightys3v3n@lemmy.caOPtoSelfhosted@lemmy.worldVPN Tradeoffs
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 months ago

    I have a public IP and DNS, but as it’s a home lab I need the connectivity of other devices to not depend on a single device (VPS or otherwise). I frequently end up with broken things for short periods and I appreciate Everything not being broken when one thing is.

    Also, if I put it on my SOs phone, connectivity needs to never be broken for her even if she can’t get to one or two devices that are broken.


  • eightys3v3n@lemmy.caOPtoSelfhosted@lemmy.worldVPN Tradeoffs
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 months ago

    Accessing my dozen services running on my server, plus accessing some other specific devices running in various other places I am not going to open to the internet. Media machine, a second server, laptop, router without opening it to the internet, printers, etc.

    I don’t care about the “make your traffic come from somewhere else”, just the “all my devices in my network no matter where they are” bit.


  • eightys3v3n@lemmy.caOPtoSelfhosted@lemmy.worldVPN Tradeoffs
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 months ago

    Syncthing actually isn’t running over VPN usually; it’s open to the internet. But the dozen or more other things I host are not open to the internet. Immich for example. And in some cases when Synctding can’t connect I appreciate having the VPN as a backup.

    Yes, mesh because I don’t want to have to setup routes through a single device when I add a new one and I don’t want to be dependent on one IP.





  • This SnapRAID occupies an interesting middle ground between the least “proper” solution and the most “proper” solution for when more resources aren’t available or justified, it seems.

    Rather than a single drive, or dozens of drives, with data randomly duplicated around or lost when individual drives die. Rather than a huge volume on zfs with it’s large setup cost and lack of expandability (until AnyRaid is done) and potentially unneeded additional functionality.

    Then mergerfs is a natural expansion offering a unified way to organize and access the data that SnapRAID is securing (instead of mounting all those drives somewhere).

    If someone merged these projects into one solution, and added a couple extra functions (like managing compression or deduplication, caching) it seems like it could be a comparable offer to zfs for different use cases. Imagine a NAS offering with this setup by default. Much more intuitive to users I would argue.