matteoserva / MegaFuse

MEGA client for linux, based on FUSE
Other
250 stars 80 forks source link

rsync issues #63

Open chris4git opened 7 years ago

chris4git commented 7 years ago

rsync fails on a megafuse fs with this kind of error :

rsync: write failed on "/tmp/mnt/test/Logger.h": Operation not permitted (1)
rsync error: error in file IO (code 11) at receiver.c(393) [receiver=3.1.1]

Can it be related to the temporary file names used by rsync (like .Logger.h.8xBn76) ?

if one use the rsync "--inplace" option there is no error but files copied are empty !

It's frustrating because if rsync was usable with MegaFuse, Mega will be a good backup storage :-(

tYYGH commented 6 years ago

Duplicate of #50.