Syncthing is working fine for me. I am using it for 500K files and 1000GB of data. Initial setup of new syncthing repository is very slow due to the amount of data I need to copy from the old one. I would like to try doing a manual sync first with rsync to speed up the initial sync. What directories shall I sync and what not when trying this? I have a grep of my config file below. Is it ok to fully copy /data/aaa/ddd and /home/syncthing/builds/ ?
<folder id="..." label="docker_registry" path="/data/aaa/ddd" type="receiveonly" rescanIntervalS="1800" fsWatcherEnabled="false" fsWatcherDelayS="10" ignorePerms="false" autoNormalize="true">
<folder id="..." label="helm_registry" path="/data/aaa/ddd" type="receiveonly" rescanIntervalS="1800" fsWatcherEnabled="false" fsWatcherDelayS="10" ignorePerms="false" autoNormalize="true">
<folder id="..." label="yum_repo_release" path="/home/syncthing/builds/" type="receiveonly" rescanIntervalS="1800" fsWatcherEnabled="false" fsWatcherDelayS="10" ignorePerms="false" autoNormalize="true">