STOP and READ USE THIS TEMPLATE NO EXCEPTIONS - By not using this, you waste your time, our time and really hate puppies. Please remove these two lines and that will confirm you have read them.
I am part-way thrugh the process of cofiguring Rclone to work with Dropbox. I have been through the GUI as far as the screen that requires two fields to be completed. The URL is on the local machine (a Raspberry PI 5 running latest "Bookworm" (Debian derivative)). The intended use is Kopia backup running in a Docker container.
The server version runs a GUI (which I'musing).
Screen: http://192.168.1.50:51515/repo
Screen Title: Storage Configuration /
Field 1: Rclone Remote Path
Value: :
Field 2:
Field 2 is straightforward, it's /usr/bin/rclone
What is the problem you are having with rclone?
Field 1: I've been through the rclone config and I have a name for the remote
I cannot find any documentation that tells me how to find the path
Run the command 'rclone version' and share the full output of the command.
$ rclone version
rclone v1.68.1
- os/version: raspbian 12.7 (64 bit)
- os/kernel: 6.6.47+rpt-rpi-2712 (aarch64)
- os/type: linux
- os/arch: arm64 (ARMv8 compatible)
- go/version: go1.23.1
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
Dropbox
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
Everything up to and including the Kopia storage configuration screen appeared OK. I have the terminal output...
2024/09/27 16:29:30 NOTICE: Log in and authorize rclone for access
2024/09/27 16:29:30 NOTICE: Waiting for code...
2024/09/27 16:29:39 NOTICE: Got code
Configuration complete.
Options:
- type: dropbox
- token: {"access_token":"<--->","token_type":"bearer","refresh_token":"<--->","expiry":"2024-09-27T20:29:40.046320485+01:00"}
Keep this "rc_remote" remote?
y) Yes this is OK (default)
e) Edit this remote
d) Delete this remote
y/e/d> y
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
$ rclone config redacted
[RC_remote]
type = dropbox
token = XXX
[dropbox]
type = dropbox
token = XXX
[rc_dp_romote]
type = dropbox
client_id = XXX
client_secret = XXX
[rc_remote]
type = dropbox
token = XXX
### Double check the config for sensitive info before posting publicly
A log from the command that you were trying to run with the -vv
flag
It's not the command that is the issue; it's the value of the path after I enter:
rc_remote:
in field 1.
I'm not sure this is the correct forum but I chose it because rclone provides the transport mechanism between Kopia/KopiaUI and Dropbox. There are no other Q's on this topic.
Thanks,
Ric