rclone/docs/content/commands/rclone_copyto.md

146 lines
7.9 KiB
Markdown
Raw Normal View History

2017-01-02 16:30:34 +01:00
---
title: "rclone copyto"
2021-11-01 16:42:05 +01:00
description: "Copy files from source to dest, skipping identical files."
2022-12-20 18:16:14 +01:00
versionIntroduced: v1.35
# autogenerated - DO NOT EDIT, instead edit the source code in cmd/copyto/ and as part of making a release run "make commanddocs"
2017-01-02 16:30:34 +01:00
---
# rclone copyto
2017-01-02 16:30:34 +01:00
2021-11-01 16:42:05 +01:00
Copy files from source to dest, skipping identical files.
2017-01-02 16:30:34 +01:00
## Synopsis
2017-01-02 16:30:34 +01:00
If source:path is a file or directory then it copies it to a file or
directory named dest:path.
This can be used to upload single files to other than their current
2022-07-09 19:08:20 +02:00
name. If the source is a directory then it acts exactly like the
[copy](/commands/rclone_copy/) command.
2017-01-02 16:30:34 +01:00
So
rclone copyto src dst
where src and dst are rclone paths, either remote:path or
/path/to/local or C:\windows\path\if\on\windows.
This will:
if src is file
copy it to dst, overwriting an existing file if it exists
if src is directory
copy it to dst, overwriting existing files if they exist
see copy command for full details
2021-11-01 16:42:05 +01:00
This doesn't transfer files that are identical on src and dst, testing
by size and modification time or MD5SUM. It doesn't delete files from
the destination.
2017-01-02 16:30:34 +01:00
2018-11-24 14:44:25 +01:00
**Note**: Use the `-P`/`--progress` flag to view real-time transfer statistics
2017-01-02 16:30:34 +01:00
```
2017-09-30 15:19:47 +02:00
rclone copyto source:path dest:path [flags]
```
## Options
2017-09-30 15:19:47 +02:00
```
-h, --help help for copyto
2017-01-02 16:30:34 +01:00
```
2024-09-08 17:21:56 +02:00
Options shared with other commands are described next.
See the [global flags page](/flags/) for global options not listed here.
2023-08-02 11:02:38 +02:00
2024-09-08 17:21:56 +02:00
### Copy Options
2023-08-02 11:02:38 +02:00
2024-09-08 17:21:56 +02:00
Flags for anything which can copy a file
2023-08-02 11:02:38 +02:00
```
--check-first Do all the checks before starting transfers
2024-09-08 17:21:56 +02:00
-c, --checksum Check for changes with size & checksum (if available, or fallback to size only)
--compare-dest stringArray Include additional server-side paths during comparison
2023-08-02 11:02:38 +02:00
--copy-dest stringArray Implies --compare-dest but also copies files from paths into destination
2023-11-26 16:59:12 +01:00
--cutoff-mode HARD|SOFT|CAUTIOUS Mode to stop transfers when reaching the max transfer limit HARD|SOFT|CAUTIOUS (default HARD)
2023-08-02 11:02:38 +02:00
--ignore-case-sync Ignore case when synchronizing
--ignore-checksum Skip post copy check of checksums
--ignore-existing Skip all files that exist on destination
2023-11-26 16:59:12 +01:00
--ignore-size Ignore size when skipping use modtime or checksum
2024-03-10 12:22:43 +01:00
-I, --ignore-times Don't skip items that match size and time - transfer all unconditionally
2023-08-02 11:02:38 +02:00
--immutable Do not modify files, fail if existing files have been modified
--inplace Download directly to destination file instead of atomic download to temp/rename
--max-backlog int Maximum number of objects in sync or check backlog (default 10000)
--max-duration Duration Maximum duration rclone will transfer data for (default 0s)
--max-transfer SizeSuffix Maximum size of data to transfer (default off)
-M, --metadata If set, preserve metadata when copying objects
--modify-window Duration Max time diff to be considered the same (default 1ns)
2023-09-11 16:59:44 +02:00
--multi-thread-chunk-size SizeSuffix Chunk size for multi-thread downloads / uploads, if not set by filesystem (default 64Mi)
--multi-thread-cutoff SizeSuffix Use multi-thread downloads for files above this size (default 256Mi)
--multi-thread-streams int Number of streams to use for multi-thread downloads (default 4)
2023-08-02 11:02:38 +02:00
--multi-thread-write-buffer-size SizeSuffix In memory buffer size for writing when in multi-thread mode (default 128Ki)
--no-check-dest Don't check the destination, copy regardless
--no-traverse Don't traverse destination file system on copy
2024-03-10 12:22:43 +01:00
--no-update-dir-modtime Don't update directory modification times
2023-11-26 16:59:12 +01:00
--no-update-modtime Don't update destination modtime if files identical
2023-08-02 11:02:38 +02:00
--order-by string Instructions on how to order the transfers, e.g. 'size,descending'
2023-11-26 16:59:12 +01:00
--partial-suffix string Add partial-suffix to temporary file name when --inplace is not used (default ".partial")
2023-08-02 11:02:38 +02:00
--refresh-times Refresh the modtime of remote files
--server-side-across-configs Allow server-side operations (e.g. copy) to work across different configs
2023-11-26 16:59:12 +01:00
--size-only Skip based on size only, not modtime or checksum
2023-08-02 11:02:38 +02:00
--streaming-upload-cutoff SizeSuffix Cutoff for switching to chunked upload if file size is unknown, upload starts after reaching cutoff or when file ends (default 100Ki)
-u, --update Skip files that are newer on the destination
```
2024-09-08 17:21:56 +02:00
### Important Options
2023-08-02 11:02:38 +02:00
2024-09-08 17:21:56 +02:00
Important flags useful for most commands
2023-08-02 11:02:38 +02:00
```
-n, --dry-run Do a trial run with no permanent changes
-i, --interactive Enable interactive mode
-v, --verbose count Print lots more stuff (repeat for more)
```
2024-09-08 17:21:56 +02:00
### Filter Options
2023-08-02 11:02:38 +02:00
2024-09-08 17:21:56 +02:00
Flags for filtering directory listings
2023-08-02 11:02:38 +02:00
```
--delete-excluded Delete files on dest excluded from sync
--exclude stringArray Exclude files matching pattern
--exclude-from stringArray Read file exclude patterns from file (use - to read from stdin)
--exclude-if-present stringArray Exclude directories if filename is present
--files-from stringArray Read list of source-file names from file (use - to read from stdin)
--files-from-raw stringArray Read list of source-file names from file without any processing of lines (use - to read from stdin)
-f, --filter stringArray Add a file filtering rule
--filter-from stringArray Read file filtering patterns from a file (use - to read from stdin)
--ignore-case Ignore case in filters (case insensitive)
--include stringArray Include files matching pattern
--include-from stringArray Read file include patterns from file (use - to read from stdin)
--max-age Duration Only transfer files younger than this in s or suffix ms|s|m|h|d|w|M|y (default off)
--max-depth int If set limits the recursion depth to this (default -1)
--max-size SizeSuffix Only transfer files smaller than this in KiB or suffix B|K|M|G|T|P (default off)
--metadata-exclude stringArray Exclude metadatas matching pattern
--metadata-exclude-from stringArray Read metadata exclude patterns from file (use - to read from stdin)
--metadata-filter stringArray Add a metadata filtering rule
--metadata-filter-from stringArray Read metadata filtering patterns from a file (use - to read from stdin)
--metadata-include stringArray Include metadatas matching pattern
--metadata-include-from stringArray Read metadata include patterns from file (use - to read from stdin)
--min-age Duration Only transfer files older than this in s or suffix ms|s|m|h|d|w|M|y (default off)
--min-size SizeSuffix Only transfer files bigger than this in KiB or suffix B|K|M|G|T|P (default off)
```
2024-09-08 17:21:56 +02:00
### Listing Options
2023-08-02 11:02:38 +02:00
2024-09-08 17:21:56 +02:00
Flags for listing directories
2023-08-02 11:02:38 +02:00
```
--default-time Time Time to show if modtime is unknown for files and directories (default 2000-01-01T00:00:00Z)
--fast-list Use recursive list if available; uses more memory but fewer transactions
```
2024-09-08 17:21:56 +02:00
## See Also
2017-01-02 16:30:34 +01:00
2018-10-15 12:03:08 +02:00
* [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends.
2018-03-19 11:06:13 +01:00