yadayada / acd_cli

An unmaintained command line interface and FUSE filesystem for Amazon (Cloud) Drive
Other
1.35k stars 165 forks source link

Does rsync work with fuse? #489

Closed frayber closed 7 years ago

frayber commented 7 years ago

I wonder if using rsync with mounted dir works; I tried, apparently it transfer files with non error, but no new file appears. Do you know something about it?

bgemmill commented 7 years ago

Have a look at #374 for rsync support.

yadayada commented 7 years ago

Beside that, it sort of works using the --inplace --size-only options.