ChrisHolzer
Dabbler
- Joined
- Apr 6, 2017
- Messages
- 23
Yes, they do get deleted as I just noticed during a test.rclone is not rsync, and I'm not sure how much, if anything, the two have in common. The sync with rclone is one-way, so if I dorclone sync sourcedir/ gdrive:destdir/
, it's going to make destdir look like sourcedir. Files in destdir that aren't in sourcedir, as I understand it, would be deleted. If you usedrclone copy
instead, those files wouldn't be deleted, but they also wouldn't be copied to sourcedir.
So I am no longer sure that rclone will actually do what I want, because "sync" will always make the destination look like the source.
So if I run the "sync from local -> cloud" then I would lose pictures that were uploaded by my phones.
While when I run "sync from cloud -> local" then I would lose all new data that I stored locally since the last sync.
It seems like rclone does not offer the "comfort" of the OneDrive client software as it's "sync" will completely ignore/delete any new files on the target dir. Or am I missing something obvious? :S