this post was submitted on 28 May 2025
94 points (97.0% liked)

Selfhosted

61451 readers
367 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Hi,

As the title suggests: what are alternatives to syncthing that are basically fire and forget, works on multiple device types, and just focuses on file syncing?

I've had over the months the weirdest problems with syncthing, and lately I noticed some of my photos got corrupted, which is an absolute no no for me. I use syncthing currently as a easy automatic backup of documents, photos and other files, between my PCs and my phones (they all send only to the server. Folders are not shared with other devices).

you are viewing a single comment's thread
view the rest of the comments
[–] autonomoususer@lemmy.world 22 points 1 year ago* (last edited 1 year ago) (2 children)

Is Syncthing my ideal backup application?¶

No. Syncthing is not a great backup application because all changes to your files (modifications, deletions, etc.) will be propagated to all your devices. You can enable versioning, but we encourage you to use other tools to keep your data safe from your (or our) mistakes.

https://docs.syncthing.net/users/faq.html#is-syncthing-my-ideal-backup-application

Sync is sync. Sync is NOT backup.

[–] Mio@feddit.nu 3 points 1 year ago

This is why you should have file history versioning on. With backup this is a most.

[–] Nimrod@lemm.ee 1 points 1 year ago (2 children)

Would syncing your backup directory work? Like take snapshots of your system, dump the snapshots all in a single directory, and sync it to an off-site location?

[–] milicent_bystandr@lemm.ee 2 points 1 year ago

Kind of. That improves your backup safety, but doesn't mitigate all the risks. E.g. if you accidentally delete everything from your backup directory, then all those deletions also happen on the sync'd one.

[–] autonomoususer@lemmy.world 1 points 1 year ago

No, re-read above.