Hacker News new | ask | show | jobs
by XorNot 3381 days ago
Does syncthing have a backup option?

Last I recall it didn't, which kind of soured me on it - in an ideal world every sync operation would be prefaced with "send a backup to one of my backup endpoints first".

3 comments

Depends on your use case. You can configure it to keep versions of files: https://docs.syncthing.net/users/versioning.html

(But Syncthing is intended for file syncing, not backup.)

Backing up your filesystem can and really should be part of an entirely different process. Let syncthing focus on syncing. Get CrashPlan, rsync, or some other process going on your filesystem for backups. Unless you are hoping for backing up every single version of your documents.
check out borg backup, it's my favorite backup tool