spion / adbfs-rootless

Mount Android phones on Linux with adb. No root required.
Other
908 stars 73 forks source link

rsync with adbfs target: 'rsync: mkstemp "<filename>" failed: Function not implemented (38)' #20

Closed HaleTom closed 7 years ago

HaleTom commented 7 years ago

When I try to rsyn to an adbfs target directory, I get errors such as:

rsync: mkstemp "/tmp/android/storage/2EE0-1B07/DCIM/.sync/.ID.dd4Kl9" failed: Function not implemented (38)

My rsync command was: rsync -aPvvW --size-only /home/ravi/backup/ravidroid/external/DCIM /tmp/android/storage/2EE0-1AA7/

I'm guessing this is because the underlying filesystem (on the external sd card) is exFAT.

What is the work-around?

HaleTom commented 7 years ago

I've asked and answered this question here.

In short, use: --no-p --no-o --no-g