How can I migrate from syncthing tray 1.7.5 ? #102
-
|
Appreciate if somebody can point to how to. I didn't see this instructions. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Syncthing Tray is highly customizable, so it probably depends on your current configuration. SyncTrayzor will use syncthing's "default" configuration with all syncthing config located @ If your current syncthing config is at the above location, all you need to do is install SyncTrayzor. Possibly copy over syncthing.exe to the above directory if you don't want to be upgraded to the latest version. This is virtually the same thing as migrating from "raw" syncthing to SyncTrayzor (see the README). If you currently have your syncthing configuration in a different directory, you either need to move your syncthing configuration to the above location, or configure a "Syncthing Custom Home Path" within SyncTrayzor's settings (Settings -> Syncthing -> Advanced) upon first start. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks that worked well. Need to be mindfull of auto start for syncthing, syncthing tray and syncthingtrayzor. Before I had task scheduler starting syncthing and syncthing tray had some "check" on the app itself. I had to disable both |
Beta Was this translation helpful? Give feedback.
Syncthing Tray is highly customizable, so it probably depends on your current configuration. SyncTrayzor will use syncthing's "default" configuration with all syncthing config located @
%LocalAppdata%\Syncthing. SyncTrayzor will use the syncthing.exe found at%AppData%\SyncTrayzor\syncthing.exeor copy the latest syncthing version there if it doesn't exist.If your current syncthing config is at the above location, all you need to do is install SyncTrayzor. Possibly copy over syncthing.exe to the above directory if you don't want to be upgraded to the latest version. This is virtually the same thing as migrating from "raw" syncthing to SyncTrayzor (see the README). If you currently have y…