rsync issues
chris4git opened this issue · 1 comments
chris4git commented
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 :-(