DLloyd Posted June 13, 2023 Report Share Posted June 13, 2023 Hi, I have a simple setup: A Windows 10 PC with a folder called "Music" which I need to synchronize to a Debian 11 computer. The Debian is headless (no GUI). Both computers are on the same subnet/switch. I was formally using Syncthing but found it too slow and unreliable and have Sync installed on Windows OK. Does anyone have instructions on how to do the Linux part please? I particularly need to configure the storage path, user identity, and webui address. Thanks! Quote Link to comment Share on other sites More sharing options...
DLloyd Posted June 13, 2023 Author Report Share Posted June 13, 2023 Typing "./rslsync --webui.listen 0.0.0.0:8888" gives an error. Quote Link to comment Share on other sites More sharing options...
eltopo Posted June 13, 2023 Report Share Posted June 13, 2023 Isn't it more helpful that you post what the command prints out than this vague "gives an error"? Quote Link to comment Share on other sites More sharing options...
DLloyd Posted June 13, 2023 Author Report Share Posted June 13, 2023 "No such file or directory". Quote Link to comment Share on other sites More sharing options...
eltopo Posted June 14, 2023 Report Share Posted June 14, 2023 install strace, and run strace ./rslsync --webui.listen 0.0.0.0:8888 to find out what complains about "no such file or directory". Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.