mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 09:04:52 +01:00
5c594fea90
When copying to a backend which has the PartialUploads feature flag set and can Move files the file is copied into a temporary name first. Once the copy is complete, the file is renamed to the real destination. This prevents other processes from seeing partially downloaded copies of files being downloaded and prevents overwriting the old file until the new one is complete. This also adds --inplace flag that can be used to disable the partial file copy/rename feature. See #3770 Co-authored-by: Nick Craig-Wood <nick@craig-wood.com> |
||
---|---|---|
.. | ||
configfile | ||
configflags | ||
configmap | ||
configstruct | ||
flags | ||
obscure | ||
testdata | ||
authorize.go | ||
config_read_password_unsupported.go | ||
config_read_password.go | ||
config_test.go | ||
config.go | ||
crypt_internal_test.go | ||
crypt_test.go | ||
crypt.go | ||
default_storage_test.go | ||
default_storage.go | ||
rc_test.go | ||
rc.go | ||
ui_test.go | ||
ui.go |