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.

    • atzanteol@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      2
      ·
      7 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
      arrow-up
      1
      ·
      7 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
      arrow-up
      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.