mirror of
https://github.com/rclone/rclone.git
synced 2025-11-29 05:47:23 +02:00
operations: copy: generate stable partial suffix
This commit is contained in:
committed by
Nick Craig-Wood
parent
1bb89bc818
commit
c63f1865f3
@@ -1347,11 +1347,12 @@ flag set) such as:
|
||||
- local
|
||||
- ftp
|
||||
- sftp
|
||||
- pcloud
|
||||
|
||||
Without `--inplace` (the default) rclone will first upload to a
|
||||
temporary file with an extension like this, where `XXXXXX` represents a
|
||||
random string and `.partial` is [--partial-suffix](#partial-suffix) value
|
||||
(`.partial` by default).
|
||||
hash of the source file's fingerprint and `.partial` is
|
||||
[--partial-suffix](#partial-suffix) value (`.partial` by default).
|
||||
|
||||
original-file-name.XXXXXX.partial
|
||||
|
||||
|
||||
Reference in New Issue
Block a user