Replies: 7 comments 14 replies
-
Were you able to use your rclone config with your pc? |
Beta Was this translation helpful? Give feedback.
-
I was just about to give it a try and connect via rclone from windows when I realized the rclone.conf file has no field for the share name - where would I pass that through? I mean I am trying to access a specific share on a given server. Any hints? The rclone docu doesn't really help or am I missing something here? the rclone.conf file which I exported from round sync contains:
I tried an ls command via rclone: but I simply get this error:
|
Beta Was this translation helpful? Give feedback.
-
Thanks for helping me figure this out. So in this case, the name of the rclone remote is android-backups and the name of the samba share is also the same as is the user name to accessing the samba share
I entered the password in the round sync GUI when I created the rclone remote. I entered it in the field named "pass" - when I exported the config it was inside rclone.conf I did some more tests, I think I had an extra "/" in my command above so I tried these too. I reread the rclone cos and the right syntax would be:
While testing in reverse, I can not access any samba share via rclone on my desktop no matter what share or user/passsword combo I try. I never used rclone from my desktop, this is the first time. Anyway, could you maybe share a snippet of your rclone.conf while masking the password, so I can compare if I have got something wrong? |
Beta Was this translation helpful? Give feedback.
-
I thought I had figured out the problem. I tested these credentials again with the other app called foldersync and saw I can choose the SMB version. The credentials failed with SMB1 only SMB 2 and SMB 3 worked which leads me to the conclusion that rclone uses SMB1. Unfortunately this still does not seem to be the solution as rclone states here: https://rclone.org/smb/ that it uses the go-smb2 library https://github.com/hirochachacha/go-smb2/ which calls itself "SMB2/3 client library written in Go." I have no clue what is going on. I will wait a few days, think it through again and continue the discussion here if I have any other idea. |
Beta Was this translation helpful? Give feedback.
-
I managed to get rclone working from my windows machine.
I did a rclone config then chose to edit my android-backups remote, entered the very same values again and checked the resulting rclone.conf file. THE DIFFERENCE is that the password was encrypted when rclone stored it. Any feedback is very much appreciated. |
Beta Was this translation helpful? Give feedback.
-
I tried an SFTP remote just for the fun of it and faced the same issue that round sync saves the password in clear-text while rclone on my desktop saves it in some hashed form so even with SFTP I had to configure the remote on the desktop and then import the config on my phone for it to work. |
Beta Was this translation helpful? Give feedback.
-
You could try v2.4.3-beta, that should have fixed it |
Beta Was this translation helpful? Give feedback.
-
I saved a Samba backend connection but round sync cannot open it. All the error messages I get is “unable to retrieve folder contents”.
All that the rclone log contains is:
I also exported the Samba config and looked into the zip file and the rclone config looked good. I am also able to connect to this Samba share with the exact same settings with another Android app called filesync so the credentials are good.
Any tips for me?
Beta Was this translation helpful? Give feedback.
All reactions