rclone/opt: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Created page with "{{fmt/title|rclone options}} {| class="wikitable sortable" ! option !! description |- | --backup-dir=DIR || When using sync: copy or move any files which would have been overw..."
 
No edit summary
Line 24: Line 24:
|-
|-
| --config=CONFIG_FILE
| --config=CONFIG_FILE
|-
| --contimeout=TIME
|-
| --copy-dest=DIR
|-
| --dedupe-mode MODE
|-
| --disable FEATURE,FEATURE,...
|-
| --disable-http2
|-
| --dscp VALUE
|-
| -n, --dry-run
|-
| --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
|-
| -I, --ignore-times
|-
| --immutable
|-
| -i / --interactive
|-
| --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
|-
| -P, --progress
|-
| --progress-terminal-title
|-
| -q, --quiet
|-
| --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
|-
| -u, --update
|-
| --use-mmap
|-
| --use-server-modtime
|-
| -v, -vv, --verbose
|-
| -V, --version
|-
| --ca-cert string
|-
| --client-cert string
|-
| --client-key string
|-
| --no-check-certificate=true/false
|-
| --cpuprofile=FILE
|-
| --dump flag,flag,flag
|-
| --memprofile=FILE
|}
|}



Revision as of 15:09, 25 August 2022

rclone options

{{#set: page title=rclone options }}

option 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.
--bind string
--bwlimit=BANDWIDTH_SPEC
--bwlimit-file=BANDWIDTH_SPEC
--buffer-size=SIZE
--cache-dir=DIR
--check-first
--checkers=N
-c, --checksum
--compare-dest=DIR
--config=CONFIG_FILE
--contimeout=TIME
--copy-dest=DIR
--dedupe-mode MODE
--disable FEATURE,FEATURE,...
--disable-http2
--dscp VALUE
-n, --dry-run
--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
-I, --ignore-times
--immutable
-i / --interactive
--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
-P, --progress
--progress-terminal-title
-q, --quiet
--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
-u, --update
--use-mmap
--use-server-modtime
-v, -vv, --verbose
-V, --version
--ca-cert string
--client-cert string
--client-key string
--no-check-certificate=true/false
--cpuprofile=FILE
--dump flag,flag,flag
--memprofile=FILE

IN PROGRESS