User Tools

Site Tools


software:syncthing

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:syncthing [2021/05/25 19:52] – [Restore Receive Only folder to Sync state] superwizardsoftware:syncthing [2022/07/16 19:32] (current) – [rename/move a synced folder?] superwizard
Line 2: Line 2:
  
 <WRAP center round box> <WRAP center round box>
 +2022-02-06
 +
 Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying eyes. Your data is your data alone and you deserve to choose where it is stored, whether it is shared with some third party, and how it's transmitted over the internet. Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying eyes. Your data is your data alone and you deserve to choose where it is stored, whether it is shared with some third party, and how it's transmitted over the internet.
 +
 +From <https://syncthing.net/> 
 +
 +Host: http://localhost:8384
  
 </WRAP> </WRAP>
 ------------------------------------------------------------------------------------------------------------------------------------------------\\ ------------------------------------------------------------------------------------------------------------------------------------------------\\
 +
 +====== Access Control Panel ======
 +
 +
 +<WRAP center round box >
 +2022-02-10
 +
 +Syncthing will now automatically start the next time you log on to your user account in Windows. No console or browser window will pop-up, but you can still access the interface by opening http://localhost:8384 in a Web browser.
 +
 +From <https://docs.syncthing.net/users/autostart.html#windows> 
 +
 +
 +</WRAP>
  
 ====== rename/move a synced folder? ====== ====== rename/move a synced folder? ======
Line 16: Line 35:
 From <https://docs.syncthing.net/users/faq.html>  From <https://docs.syncthing.net/users/faq.html> 
  
-</WRAP> 
  
 +2022-07-16
  
 +schnappi
 +Mar '21
 +The folder path can be changed. Have done it many times. Shutdown Syncthing, open the config file (if need location this forum can help), and change the folder path. Don’t forget to rename/move the folder as well.
 + 
 +From < https://forum.syncthing.net/t/why-cant-we-change-the-folder-paths/16507> 
 +
 +</WRAP>
  
  
Line 88: Line 114:
  
 2021-05-23 2021-05-23
 +
 +use curl to send commands to Syncthing
  
 Windows Windows
Line 125: Line 153:
 </WRAP> </WRAP>
  
-====== Running ======+====== NSSM - Run as a service independent of user login ====== 
 + 
 + 
 +<WRAP center round box > 
 +2021-08-15 
 + 
 +NSSM - Run as a service independent of user login 
 + 
 +From <https://docs.syncthing.net/users/autostart.html#autostart-windows-service>  
 + 
 +1. Download and extract nssm to a folder where it can stay. The NSSM executable performs administration as well as executing as the Windows service so it will need to be kept in a suitable location. 
 + 
 + 
 +From <https://docs.syncthing.net/users/autostart.html#autostart-windows-service>  
 + 
 +</WRAP> 
 + 
 + 
 +====== Installation and Running ======
  
 <WRAP center round box > <WRAP center round box >
 2021-05-18 2021-05-18
 +
 +2022-02-11 - Windows 10
 +
 +
  
 NSSM  - Use these options NSSM  - Use these options
 Run as a valid user that has access to the folders Run as a valid user that has access to the folders
  
-1. Enter -no-console -no-browser in “Add arguments (optional):+1. Enter 
 +<code> 
 +Notepath to executable NO Quotes: c:\syncthing\syncthing.exe 
 +Note: path to start up folder NO Quotes: c:\syncthing
  
 + --no-console --no-browser in “Add arguments (optional):
 +
 +</code>
 From <https://docs.syncthing.net/users/autostart.html#windows>  From <https://docs.syncthing.net/users/autostart.html#windows> 
 +
 +</WRAP>
 +
 +
 +<WRAP center round box >
 +
 +Task Scheduler
 +
 +Again no Quotes: Enter the path to syncthing.exe in “Program/script:” (for example C:\syncthing\syncthing.exe).
  
  
Line 149: Line 214:
  
 From <https://webinstall.dev/syncthing/>  From <https://webinstall.dev/syncthing/> 
 +
  
 </WRAP> </WRAP>
Line 167: Line 233:
  
 <file txt temp.txt> <file txt temp.txt>
-    curl -X POST -H X-API-Key:... http://127.0.0.1:8384/rest/db/revert?folder=default+    curl -X POST -H "X-API-Key:...http://127.0.0.1:8384/rest/db/revert?folder=default
 </file> </file>
 From <https://docs.syncthing.net/rest/db-revert-post.html>  From <https://docs.syncthing.net/rest/db-revert-post.html> 
Line 244: Line 310:
 No selective sync. No selective sync.
 </code> </code>
 +
 +====== Errors ======
 +
 +
 +<WRAP center round box >
 +I have never used NSSM, but apparently error code 3 points to an incorrect working directory and/or environment path issue. Also, your NSSM executable path shows “Manager”…it’s a bit confusing… BTW, in the NSSM Service Installer Gui, did you double-check the paths under the “Application” tab…viz., “Path” & “Startup directory” while creating the Manager service?
 +
 +https://forum.manager.io/t/error-starting-manager-as-a-service-with-nssm/19703/8
 +
 +
 +</WRAP>
 +
 +
software/syncthing.1621972368.txt.gz · Last modified: 2021/05/25 19:52 by superwizard