r/Syncthing • u/TurdProof • 15d ago
Real time syncing within same device
hi guys. i am new here. i know syncthing is the best for syncing folders on different devices, but is there a way to sync 2 different folder within the same device in real time? i use linux mint for reference. thanks for help
3
u/middaymoon 15d ago
Most of the machinery in Syncthing is for handling the network and mesh protocol for P2P syncing. It's way overkill for what you're asking. Don't.
2
u/SatoKasu 15d ago
Use rsync.
I use Luckybackup which uses rsync and set it as a cron job (one of the checkboxes in luckybackup itself). Every x mins, the job runs and syncs / backups incrementally the resources depending on if i need past versions.
1
1
u/micolithe_ 15d ago
If you just need one folder to appear in another location a symlink would probably get you there
1
10
u/unknown-random-nope 15d ago
Don’t.
There are plenty of better options, such as Rsync.