What is the problem you are having with rclone?
I don't understand how documentation is organized in terms of the many flags available.
There are 4 web pages that list flags
- https://rclone.org/docs/
- https://rclone.org/commands/rclone/
- https://rclone.org/flags/
- https://rclone.org/commands/rclone_[command], for every
[command]
In page https://rclone.org/commands/rclone_sync/ for example, I guess there are listed
- in section called "Options", the options applicable only to
rclone sync
- in the other sections, the options that are applicable to
rclone sync
and also to otherrclone [command]
s, which are listed also in https://rclone.org/docs/, https://rclone.org/commands/rclone/ and https://rclone.org/flags/
In page https://rclone.org/flags/, I guess there are listed
- all the flags applicable to multiple
rclone [command]
s, so excluding those applicable only to a specificrclone [command]
listed in section "Options" of https://rclone.org/commands/rclone_[command]
In section "Sync" of https://rclone.org/flags/, however, there are listed flags just used for rclone sync
(for example --backup-dir
). Why? Shouldn't those be listed only in https://rclone.org/commands/rclone_sync/, in sec. "Options" and not in sec. "Sync Options"?
In page https://rclone.org/commands/rclone/, there are listed
- in sec. "Options", all the flags listed also in https://rclone.org/flags/, not split into groups.
- in sec. "Options", all the flags applicable to
rclone
alone (e.g.--version
)
However, in sec. "Options" of https://rclone.org/commands/rclone/ I would expect only flags that are applicable to rclone
alone, and not to other rclone [command]
(in analogy to the sections called "Options" found in pages for specific rclone [command]
and in accordance to the synopsis rclone [flags]
).
In page https://rclone.org/docs/, there are listed
- all the flags listed also in https://rclone.org/flags/ and in https://rclone.org/commands/rclone/, just split into different groups and with more extensive explanation.
Can someone help me make sense of how documentation is organized in terms of flags, and tell me if my understanding above is correct and where it's incorrect?
I would be glad to help in contributing to the documentation, once I'm more confortable with it.
Run the command 'rclone version' and share the full output of the command.
rclone v1.66.0
- os/version: ubuntu 22.04 (64 bit)
- os/kernel: 6.5.0-28-generic (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.22.1
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
Onedrive
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone [flags]
rclone [command]