MegaFuse icon indicating copy to clipboard operation
MegaFuse copied to clipboard

rsync issues

Open chris4git opened this issue 7 years ago • 1 comments

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 :-(

chris4git avatar Nov 05 '16 16:11 chris4git

Duplicate of #50.

tYYGH avatar Aug 17 '17 09:08 tYYGH