What storage software could I run to have an archive of my personal files (a couple TB of photos) that doesn’t require I keep a full local copy of all the data? I like the idea of a simple and focused tool like Syncthing, but they seem to be angling towards replication.

Is the simple choice to run some S3-like backend and use CLI or other client to append and browse files? I’d love something with fault tolerance that someone can gradually add disks to. If ceph were either less complicated or used less resources I’d want to do that.

  • Dremor@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    5 months ago

    You could run a WebDAV server, like Nextcloud.

    On windows it supports thin sync (meaning that it keep a reference to the file instead of the whole file), on Linux not yet, as it is still in alpha (but you can just connect it as a remote disk and be done with it. That’s how I do with mines).

    If you don’t want the whole Nextcloud, there are standalone cli WebDAV servers.