What is the problem you are having with rclone?
Trying to config rclone programmatically
Run the command 'rclone version' and share the full output of the command.
- os/version: debian 11.5 (64 bit)
- os/kernel: 5.10.0-19-amd64 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.17.8
- go/linking: static
- go/tags: none
No , it's the 1.58
Which cloud storage system are you using? (eg Google Drive)
Storj
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
Paste command here
The rclone config contents with secrets removed.
[waterbear]
type = storj
access_grant = 1.....
A log from the command with the -vv
flag
<7>DEBUG : rclone: Version "v1.58.0" starting with parameters ["rclone" "version" "-vv"]
<7>DEBUG : rclone: systemd logging support activated
rclone v1.58.0
- os/version: debian 11.5 (64 bit)
- os/kernel: 5.10.0-19-amd64 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.17.8
- go/linking: static
- go/tags: none
<7>DEBUG : rclone: Version "v1.58.0" finishing with parameters ["rclone" "version" "-vv"]
Hello
I need to switch rclone on different storj account programatically
It's enough to create a config file programmatically like this:
[waterbear]
type = storj
access_grant = 1.....
and restart rclone ?
Thank you