rclone/backend
Nick Craig-Wood dfd0f4c5a4 sync: when using --backup-dir don't delete files if we can't set their modtime
This is a problem when syncing a file which just needed its modtime
set with dropbox which can't set the mod time of a file without
re-uploading it.

Before this change we would delete the file, then the server side move
would fail moving the file to the backup-dir because it no longer
existed.

After this change the destination file is moved to the backup-dir
instead of being deleted and the new file is uploaded.

Fixes #2134
2018-03-13 16:05:06 +00:00
..
alias alias: add new backend to create aliases for remote names #1049 2018-02-06 18:23:47 +00:00
all alias: add new backend to create aliases for remote names #1049 2018-02-06 18:23:47 +00:00
amazonclouddrive fs: add ChangeNotify and backend support for it (#2094) 2018-03-08 22:03:34 +02:00
azureblob fs: add ChangeNotify and backend support for it (#2094) 2018-03-08 22:03:34 +02:00
b2 fs: add ChangeNotify and backend support for it (#2094) 2018-03-08 22:03:34 +02:00
box fs: add ChangeNotify and backend support for it (#2094) 2018-03-08 22:03:34 +02:00
cache cache: Implement --cache-db-wait-time flag 2018-03-08 21:14:09 +00:00
crypt fs: add ChangeNotify and backend support for it (#2094) 2018-03-08 22:03:34 +02:00
drive fs: add ChangeNotify and backend support for it (#2094) 2018-03-08 22:03:34 +02:00
dropbox sync: when using --backup-dir don't delete files if we can't set their modtime 2018-03-13 16:05:06 +00:00
ftp fs: add ChangeNotify and backend support for it (#2094) 2018-03-08 22:03:34 +02:00
googlecloudstorage fs: add ChangeNotify and backend support for it (#2094) 2018-03-08 22:03:34 +02:00
http http: Fix handling of directories with & in 2018-02-14 11:26:37 +00:00
hubic fs: add ChangeNotify and backend support for it (#2094) 2018-03-08 22:03:34 +02:00
local local: fix race conditions updating the hashes 2018-03-08 21:08:41 +00:00
onedrive fs: add ChangeNotify and backend support for it (#2094) 2018-03-08 22:03:34 +02:00
pcloud fs: add ChangeNotify and backend support for it (#2094) 2018-03-08 22:03:34 +02:00
qingstor fs: add ChangeNotify and backend support for it (#2094) 2018-03-08 22:03:34 +02:00
s3 fs: add ChangeNotify and backend support for it (#2094) 2018-03-08 22:03:34 +02:00
sftp fs: add ChangeNotify and backend support for it (#2094) 2018-03-08 22:03:34 +02:00
swift fs: add ChangeNotify and backend support for it (#2094) 2018-03-08 22:03:34 +02:00
webdav fs: add ChangeNotify and backend support for it (#2094) 2018-03-08 22:03:34 +02:00
yandex fs: add ChangeNotify and backend support for it (#2094) 2018-03-08 22:03:34 +02:00