What is the problem you are having with rclone?
This is a GUESS! I am not sure how to recreate it...
I keep adding a remote, syncing my config file, only to have the new remotes disappear later. I am wondering if it is because I have a few mounts running on the server.
If I have a long-running mount on a remote like OneDrive where the token gets updated occasionally, and I make a change to the rclone config, does the change re-read the config before updating? Or does it just dump what the config looked like when the mount was started?
If this is the case, I would argue it is a bug. Thoughts?
Or, it could be related to rclone mount: unable to read obscured config key and unable to delete the temp file · Issue #4081 · rclone/rclone · GitHub? (see the log section below)
Run the command 'rclone version' and share the full output of the command.
rclone v1.60.1
- os/version: debian 10.11 (64 bit)
- os/kernel: 4.19.0-11-amd64 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.19.3
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
OneDrive though I don't think it is unique to it
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
N/A
The rclone config contents with secrets removed.
[onedrive]
type = onedrive
token = {"access_token":"<REDACTED>","token_type":"Bearer","refresh_token":"<REDACTED>","expiry":"2022-11-03T12:32:58.867531472-06:00"}
drive_id = <REDACTED>
drive_type = personal
client_id = <REDACTED>
client_secret = <REDACTED>
A log from the command with the -vv
flag
It's 60mb but I found the following. I guess this may also be answering the question?
2022/11/29 13:33:38 ERROR : Failed to read config file - using previous config: unable to read obscured config key and unable to delete the temp file: open /tmp/rclone108983931: no such file or directory