Usual commit

This commit is contained in:
FSNotes App
2023-07-14 14:01:23 +02:00
parent a412f19c20
commit 8c27dd39b3
197 changed files with 4139 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# Syncthing notes
In my opinion mixing synchronisation and backup is a bad thing, as they are two different things. You could fire an external application on event or periodic (e.g rsync, restic backup or borgbackup, zfs snapshot and zfssend 5).
If you use filesystem snapshots with delta sending you get performance and stability for free because it is in kernel space implemented. Userspace backup software has also advantages because you are less bound to specific kernels and filesystems.
<https://forum.syncthing.net/t/back-up-thing-an-alternative-to-crashplan-and-buddybackup/11535/41?u=jerryjacobs>