Nextcloud vs Syncthing for PKM notes? - eviltoast

I’d like to sync my markdown notes between devices (laptop and phone), which service is better: Nextcloud or Syncthing? Any other important idea I should know?, like latency times, or maximum number of synced devices, what if I edit the same note from both places without internet and then both get connected to a network… For example, I know Nextcloud let me have a history of the notes.

  • @Moshpirit@lemmy.worldOP
    link
    fedilink
    English
    17 months ago

    Thanks, I’ll give a try! I was thinking maybe I could use both: syncthing for devices and nexcloud to have a backup

    • @MangoPenguin@lemmy.blahaj.zone
      link
      fedilink
      English
      3
      edit-2
      7 months ago

      Nextcloud isn’t a backup solution, so I wouldn’t go that route.

      For backups look at Restic, Kopia, or Borg. They work great and are very lightweight.

        • @atzanteol@sh.itjust.works
          link
          fedilink
          English
          27 months ago

          Backups means you have history snapshotted in time.

          Nextcloud does have done simple file versioning and a “trash” for deleted files, so you could get some simple protection from mistaken deleted files. But it’s more “best effort” than “designed for backups”.

        • @Contend6248@feddit.de
          link
          fedilink
          English
          17 months ago

          I had some files which rot away over the years, who knows which update borked them, i use it as a cache for real backups for important files

        • @MangoPenguin@lemmy.blahaj.zone
          link
          fedilink
          English
          1
          edit-2
          7 months ago

          Because it’s a file sync program, not backup. There’s a huge difference between the two.

          Backups are a snapshot of your files at a specific point in time, generally backups will be done incrementally and then compressed and deduplicated, so multiple versions of a file don’t take up massive amounts of space. Once a backup is taken it isn’t modified again, so you can just roll back to a point in time and restore your files exactly as they were.

          Plus, Nextcloud has had at least one bug in the past that corrupted all the files stored in it, so if you didn’t have a real actual backup in place you were completely screwed because all the versions were corrupted too.

      • density
        link
        fedilink
        17 months ago

        borg is fab; i don’t think there is a mobile component tho?

        restic iirc is complicated and more advanced

        don’t forget rsync which is sync but is the basis of various back up tools