Difference between revisions of "rclone/opt"
< rclone
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{fmt/title|rclone options}} | {{fmt/title|rclone options}} | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
− | ! option !! description | + | ! colspan=2 | option !! rowspan=2 | description |
|- | |- | ||
− | | --backup-dir=DIR || When using sync: copy or move any files which would have been overwritten or deleted are moved in their original hierarchy into this directory. | + | ! long || <abbr title="single-dash">sd</abbr> |
+ | |- | ||
+ | | --backup-dir=DIR || || When using sync: copy or move any files which would have been overwritten or deleted are moved in their original hierarchy into this directory. | ||
|- | |- | ||
| --bind string | | --bind string | ||
Line 19: | Line 21: | ||
| --checkers=N | | --checkers=N | ||
|- | |- | ||
− | | - | + | | --checksum || -c |
|- | |- | ||
| --compare-dest=DIR | | --compare-dest=DIR | ||
Line 37: | Line 39: | ||
| --dscp VALUE | | --dscp VALUE | ||
|- | |- | ||
− | | | + | | --dry-run || -n |
|- | |- | ||
| --expect-continue-timeout=TIME | | --expect-continue-timeout=TIME | ||
Line 63: | Line 65: | ||
| --ignore-size | | --ignore-size | ||
|- | |- | ||
− | | | + | | --ignore-times || -I |
|- | |- | ||
| --immutable | | --immutable | ||
|- | |- | ||
− | | - | + | | --interactive || -i |
|- | |- | ||
| --leave-root | | --leave-root | ||
Line 91: | Line 93: | ||
| --max-transfer=SIZE | | --max-transfer=SIZE | ||
|- | |- | ||
− | | --metadata | + | | --metadata || -M |
|- | |- | ||
| --metadata-set key=value | | --metadata-set key=value | ||
Line 117: | Line 119: | ||
| --password-command SpaceSepList | | --password-command SpaceSepList | ||
|- | |- | ||
− | | - | + | | --progress || -P |
|- | |- | ||
| --progress-terminal-title | | --progress-terminal-title | ||
|- | |- | ||
− | | - | + | | --quiet || -q |
|- | |- | ||
| --refresh-times | | --refresh-times | ||
Line 171: | Line 173: | ||
| --transfers=N | | --transfers=N | ||
|- | |- | ||
− | | - | + | | --update || -u |
|- | |- | ||
| --use-mmap | | --use-mmap | ||
Line 177: | Line 179: | ||
| --use-server-modtime | | --use-server-modtime | ||
|- | |- | ||
− | | -v, -vv | + | | --verbose || -v, -vv |
|- | |- | ||
− | | - | + | | --version || -V |
|- | |- | ||
| --ca-cert string | | --ca-cert string |
Revision as of 15:13, 25 August 2022
rclone options
|
option | description | |
---|---|---|
long | sd | |
--backup-dir=DIR | When using sync: copy or move any files which would have been overwritten or deleted are moved in their original hierarchy into this directory. | |
--bind string | ||
--bwlimit=BANDWIDTH_SPEC | ||
--bwlimit-file=BANDWIDTH_SPEC | ||
--buffer-size=SIZE | ||
--cache-dir=DIR | ||
--check-first | ||
--checkers=N | ||
--checksum | -c | |
--compare-dest=DIR | ||
--config=CONFIG_FILE | ||
--contimeout=TIME | ||
--copy-dest=DIR | ||
--dedupe-mode MODE | ||
--disable FEATURE,FEATURE,... | ||
--disable-http2 | ||
--dscp VALUE | ||
--dry-run | -n | |
--expect-continue-timeout=TIME | ||
--error-on-no-transfer | ||
--fs-cache-expire-duration=TIME | ||
--fs-cache-expire-interval=TIME | ||
--header | ||
--header-download | ||
--header-upload | ||
--human-readable | ||
--ignore-case-sync | ||
--ignore-checksum | ||
--ignore-existing | ||
--ignore-size | ||
--ignore-times | -I | |
--immutable | ||
--interactive | -i | |
--leave-root | ||
--log-file=FILE | ||
--log-format LIST | ||
--log-level LEVEL | ||
--use-json-log | ||
--low-level-retries NUMBER | ||
--max-backlog=N | ||
--max-delete=N | ||
--max-depth=N | ||
--max-duration=TIME | ||
--max-transfer=SIZE | ||
--metadata | -M | |
--metadata-set key=value | ||
--cutoff-mode=hard/soft/cautious | ||
--modify-window=TIME | ||
--multi-thread-cutoff=SIZE | ||
--multi-thread-streams=N | ||
--no-check-dest | ||
--no-gzip-encoding | ||
--no-traverse | ||
--no-unicode-normalization | ||
--no-update-modtime | ||
--order-by string | ||
--password-command SpaceSepList | ||
--progress | -P | |
--progress-terminal-title | ||
--quiet | -q | |
--refresh-times | ||
--retries int | ||
--retries-sleep=TIME | ||
--size-only | ||
--stats=TIME | ||
--stats-file-name-length integer | ||
--stats-log-level string | ||
--stats-one-line | ||
--stats-one-line-date | ||
--stats-one-line-date-format | ||
--stats-unit=bits/bytes | ||
--suffix=SUFFIX | ||
--suffix-keep-extension | ||
--syslog | ||
--syslog-facility string | ||
--temp-dir=DIR | ||
--tpslimit float | ||
--tpslimit-burst int | ||
--track-renames | ||
--track-renames-strategy (hash,modtime,leaf,size) | ||
--delete-(before,during,after) | ||
--fast-list | ||
--timeout=TIME | ||
--transfers=N | ||
--update | -u | |
--use-mmap | ||
--use-server-modtime | ||
--verbose | -v, -vv | |
--version | -V | |
--ca-cert string | ||
--client-cert string | ||
--client-key string | ||
--no-check-certificate=true/false | ||
--cpuprofile=FILE | ||
--dump flag,flag,flag | ||
--memprofile=FILE |
IN PROGRESS