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.

  • ironsoap@lemmy.one
    link
    fedilink
    English
    arrow-up
    2
    ·
    4 months ago

    In technical terms you mean doing an incremental or differential back up to a local network storage location, correct?

    • jkrtnOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      4 months ago

      “Incremental” sounds right. I want it to act like rsync without deleting files on the destination, so all the folders are merged. (It would be cool if it kept versions but I don’t absolutely need that.) Tools like Borg or Restic look great, but I have been searching to see if they support this kind of usage and they seem not to.