Copying/merging an rclone config

What is the problem you are having with rclone?

I've already set it up, with rclonebrowser and all that junk. What I want to do is just copy and install the config file that already has all the info on my seedbox.

My seedbox supports a webgui of rclone. It looks like this:

Edit: Forgot to mention that the people who run the seedbox aren't really that well versed in rclone so unfortunately they can't help.

What is your rclone version (output from rclone version)

v1.51.0-239-g37a53570-beta

Which OS you are using and how many bits (eg Windows 7, 64 bit)

The seedbox doesn't specify which Linux it's running but I think it's this

  • os/arch: linux/amd64
  • go version: go1.14.2

Which cloud storage system are you using? (eg Google Drive)

Google Drive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

I don't know.

A log from the command with the -vv flag (eg output from rclone -vv copy /tmp remote:tmp)

It failed.

If you type:

rclone config file

It'll show you were the file is:

felix@gemini:~$ rclone config file
Configuration file is stored at:
/opt/rclone/rclone.conf

You would just take the config file and copy to your seedbox. I'd be wary though as if it's shared, you might want to decide if you want to encrypt or how paranoid you are. My box is only used by me so I don't encrypt mine, but I have more control over my setup.

I've copied my conf file and my seedbox's rclone can find it. But the webgui can't find the gdrive for some reason.

Do I need just need to find it or does it need to be authorized or something?

I also have a private box so I'm not too worried.

On the seedbox, type:

rclone config file

It'll tell you were it expects it and put it there.

Well dang! She works!

Thank you so so much! I've been banging my head trying to get it. :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.