How to show running options from command line

What is the problem you are having with rclone?

No problems just a how to question; is there a way to dump not just the config but a list of options or flags and their current settings?

Run the command 'rclone version' and share the full output of the command.

rclone v1.57.0

  • os/version: debian 10.11 (64 bit)
  • os/kernel: 5.10.0-0.bpo.9-amd64 (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.17.2
  • go/linking: static
  • go/tags: none

Also using:
rclone-browser
Simple cross platform GUI for rclone

and rclone rcd --rc-web-gui

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

Google Drive, Amazon, OneDrive

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

Paste command here

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

Paste  log here

All the rclone flags are listed here:

Global Flags (rclone.org)

With all the default values.

Are you running a command or something? I'm trying to understand what you are trying to dump out.

You can use the rc interface to ask rclone about nearly anything, eg options/get and config/dump.

That's great! Thx, I need to take a look

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