Ever thought about how you could set up your own mini cloud at home? Syncthing is essentially that, a powerful synchronization tool.
You install it on your device like a smartphone, set up which directory to synchronize then link it up with your preferred destination, lets say your PC. Capable of working when it’s on a specific network (so it knows not to start trying to synchronize when you connect to some random wifi network), so yes, for example when you get home, have your PC running, it will synchronize your photos from your phone to a folder on your computer. Simple. Smash your phone and you’re pictures are all backed up! Without it going through the internet!
Scanning
If you require almost instantaneous file change updates then you can change the watching delay from the default 10 seconds to say 1, within the config file. Make sure you’re also changing the correct folder variables.
fsWatcherDelayS="1"
Make sure fsWatcherEnabled is enabled to true also.
fsWatcherEnabled="true"
- Understanding Synchronization — Syncthing v1.22.2 documentation
https://docs.syncthing.net/v1.22.2/users/syncing#scanning - Syncthing Configuration — Syncthing v1.22.2 documentation
https://docs.syncthing.net/v1.22.2/users/config.html#config-option-folder.fswatcherdelays
Syncthing Configuration
You can find the SyncThing configuration file at:
%LOCALAPPDATA%\Syncthing
- Syncthing Configuration — Syncthing documentation
https://docs.syncthing.net/users/config.html