Difference between revisions of "rclone/opt"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
 
Line 1: Line 1:
 
{{fmt/title|rclone options}}
 
{{fmt/title|rclone options}}
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
! colspan=2 | option !! rowspan=2 | description
+
! colspan=2 | option !! rowspan=2 | category !! rowspan=2 | description
 
|-
 
|-
 
! long || <abbr title="single-dash">sd</abbr>
 
! 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.
+
| --backup-dir=DIR || || file-disposition || 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
 
|-
 
|-
| --bwlimit=BANDWIDTH_SPEC
+
| --bwlimit=BANDWIDTH_SPEC || || bandwidth
 
|-
 
|-
| --bwlimit-file=BANDWIDTH_SPEC
+
| --bwlimit-file=BANDWIDTH_SPEC || || bandwidth
 
|-
 
|-
| --buffer-size=SIZE
+
| --buffer-size=SIZE || || optimization: speed
 
|-
 
|-
| --cache-dir=DIR
+
| --cache-dir=DIR || || optimization: speed
 
|-
 
|-
 
| --check-first
 
| --check-first
Line 183: Line 183:
 
| --version || -V
 
| --version || -V
 
|-
 
|-
| --ca-cert string
+
| --ca-cert string || || SSL/TLS
 
|-
 
|-
| --client-cert string
+
| --client-cert string || || SSL/TLS
 
|-
 
|-
| --client-key string
+
| --client-key string || || SSL/TLS
 
|-
 
|-
| --no-check-certificate=true/false
+
| --no-check-certificate=true/false || || SSL/TLS
 
|-
 
|-
| --cpuprofile=FILE
+
| --cpuprofile=FILE || || dev/debugging
 
|-
 
|-
| --dump flag,flag,flag
+
| --dump flag,flag,flag || || dev/debugging
 
|-
 
|-
| --memprofile=FILE
+
| --memprofile=FILE || || dev/debugging
 +
|-
 +
| --delete-excluded || || [[/fs|file-selection]]
 +
|-
 +
| --filter || || [[/fs|file-selection]]
 +
|-
 +
| --filter-from || || [[/fs|file-selection]]
 +
|-
 +
| --exclude || || [[/fs|file-selection]]
 +
|-
 +
| --exclude-from || || [[/fs|file-selection]]
 +
|-
 +
| --exclude-if-present || || [[/fs|file-selection]]
 +
|-
 +
| --include || || [[/fs|file-selection]]
 +
|-
 +
| --include-from || || [[/fs|file-selection]]
 +
|-
 +
| --files-from || || [[/fs|file-selection]]
 +
|-
 +
| --files-from-raw || || [[/fs|file-selection]]
 +
|-
 +
| --min-size || || [[/fs|file-selection]]
 +
|-
 +
| --max-size || || [[/fs|file-selection]]
 +
|-
 +
| --min-age || || [[/fs|file-selection]]
 +
|-
 +
| --max-age || || [[/fs|file-selection]]
 
|}
 
|}
  

Latest revision as of 15:46, 25 August 2022

rclone options
option category description
long sd
--backup-dir=DIR file-disposition 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 bandwidth
--bwlimit-file=BANDWIDTH_SPEC bandwidth
--buffer-size=SIZE optimization: speed
--cache-dir=DIR optimization: speed
--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 SSL/TLS
--client-cert string SSL/TLS
--client-key string SSL/TLS
--no-check-certificate=true/false SSL/TLS
--cpuprofile=FILE dev/debugging
--dump flag,flag,flag dev/debugging
--memprofile=FILE dev/debugging
--delete-excluded file-selection
--filter file-selection
--filter-from file-selection
--exclude file-selection
--exclude-from file-selection
--exclude-if-present file-selection
--include file-selection
--include-from file-selection
--files-from file-selection
--files-from-raw file-selection
--min-size file-selection
--max-size file-selection
--min-age file-selection
--max-age file-selection

IN PROGRESS

Links