matteoserva / MegaFuse

MEGA client for linux, based on FUSE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rsync issues

chris4git opened this issue · 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 :-(

commented

Duplicate of #50.