• 1 Post
  • 1.06K Comments
Joined 2 years ago
cake
Cake day: June 19th, 2023

help-circle
  • Basically a backup is a point in time snapshot that you can restore from. So you’d run backups daily or multiple times per day and can easily get back deleted or changed files.

    Whereas with a sync service if you delete that file or change it, the original is gone and you can’t get it back. Some will have versions and trash cans, which gives you some limited ability to restore.














  • Nextclouds docker setup is an absolute disaster, I don’t blame you for giving up. It’s also slow as molasses to sync anything.

    A couple things to look at, I would probably say look at KaraDAV first.

    • KaraDAV, this is a simple webdav server that’s compatible with the Nextcloud sync clients. Uses SQLite for a DB so setup is super simple. Has a basic web based file browser too.

    • Owncloud Infinite Scale, still a bit of a setup, but it’s better than what Nextcloud offers.

    • Syncthing, this is my current setup, just a robust and solid file sync program. You can pair it up on your server with something like SFTPGo or KaraDAV to provide a web file manager and WebDAV server if you need that. Downside is there’s no selective sync or virtual folder support.