Rclone troubles

Status
Not open for further replies.

Temido2222

Cadet
Joined
Aug 17, 2017
Messages
7
I just setup rclone in a jail and it's throwing a directory not found error. Here is the command I'm using-
Code:
rclone copy /mnt/Primary_Volume/My_Data remote:Freenas -v
 

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,464
A lot more detail needed...
  • What version of FreeNAS?
  • What version of rclone?
  • How did you install rclone?
  • What user are you running rclone as?
  • Is Primary_Volume mounted to the rclone jail as storage?
  • What's the exact error message?
 

Temido2222

Cadet
Joined
Aug 17, 2017
Messages
7
A lot more detail needed...
  • What version of FreeNAS?
  • What version of rclone?
  • How did you install rclone?
  • What user are you running rclone as?
  • Is Primary_Volume mounted to the rclone jail as storage?
  • What's the exact error message?
I somehow got it to work, but knowing which thing I changed that got it to work would be nice
1. Freenas 11
2. Latest version using pkg get rclone
3. pkg get rclone
4. root@Rclone:
5. /mnt/Primary_Volume/My_Data is mounted as storage
6. Rclone retries 3 times and throws a directory not found error
 

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,464
Latest version using pkg get rclone
Last I checked, the pkg was a bit out of date at 1.33; current is 1.36. Since it's a standalone binary, you can just download the binary from rclone.org, extract it to a suitable directory (/usr/local/bin is probably appropriate), and go from there.
Rclone retries 3 times and throws a directory not found error
"Exact error message." Copy and paste it. Otherwise all we know is that it can't find some directory it's looking for.
 

Temido2222

Cadet
Joined
Aug 17, 2017
Messages
7
Last I checked, the pkg was a bit out of date at 1.33; current is 1.36. Since it's a standalone binary, you can just download the binary from rclone.org, extract it to a suitable directory (/usr/local/bin is probably appropriate), and go from there.

"Exact error message." Copy and paste it. Otherwise all we know is that it can't find some directory it's looking for.
Code:
root@Rclone:/ # rclone sync /mnt/Primary_Volume/My_Data secret:Freenas	  
2017/08/18 15:36:45 Encrypted Google drive root 'freemas/v1gburc2bfhe68un5bdagoi
po0': Waiting for checks to finish											
2017/08/18 15:36:45 Encrypted Google drive root 'freemas/v1gburc2bfhe68un5bdagoi
po0': Waiting for transfers to finish										  
2017/08/18 15:36:45 Encrypted Google drive root 'freemas/v1gburc2bfhe68un5bdagoi
po0': not deleting files as there were IO errors								
2017/08/18 15:36:45 Attempt 1/3 failed with 0 errors and: directory not found  
2017/08/18 15:36:46 Encrypted Google drive root 'freemas/v1gburc2bfhe68un5bdagoi
po0': Waiting for checks to finish											
2017/08/18 15:36:46 Encrypted Google drive root 'freemas/v1gburc2bfhe68un5bdagoi
po0': Waiting for transfers to finish										  
2017/08/18 15:36:46 Encrypted Google drive root 'freemas/v1gburc2bfhe68un5bdagoi
po0': not deleting files as there were IO errors								
2017/08/18 15:36:46 Attempt 2/3 failed with 0 errors and: directory not found  
2017/08/18 15:36:46 Encrypted Google drive root 'freemas/v1gburc2bfhe68un5bdagoi
po0': Waiting for checks to finish											
2017/08/18 15:36:46 Encrypted Google drive root 'freemas/v1gburc2bfhe68un5bdagoi
po0': Waiting for transfers to finish										  
2017/08/18 15:36:46 Encrypted Google drive root 'freemas/v1gburc2bfhe68un5bdagoi
po0': not deleting files as there were IO errors								
2017/08/18 15:36:46 Attempt 3/3 failed with 0 errors and: directory not found  
2017/08/18 15:36:46 Failed to sync: directory not found	  
 

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,464
2017/08/18 15:36:46 Failed to sync: directory not found
Not a very helpful error message. Fail, rclone. What about if you add a second -v?

Edit: It looks like rclone 1.37 has been released. If that's not the version available through pkg, you probably should install it manually just to be on the most current version.
 
Status
Not open for further replies.
Top