I know ... ~/.gvfs is a GNOME thing. I must have acquired it installing Xfce, I suppose. Does anyone else have it on their Kubuntu installation?
Problem is it's not readable by root, and this causes errors to be returned by backup scripts (e.g. "some files/attrs not transferred" from rsync). The reason is something to do with the FUSE file system, and gory details can be found here: https://bugzilla.gnome.org/show_bug.cgi?id=560658
I can't remove it as myself ("Device or resource busy") and of course root can't touch it ("Permission denied").
What to do about this? I don't want to just ignore errors in backup scripts. Do I have to build in exclusions (which could be complicated)?
Problem is it's not readable by root, and this causes errors to be returned by backup scripts (e.g. "some files/attrs not transferred" from rsync). The reason is something to do with the FUSE file system, and gory details can be found here: https://bugzilla.gnome.org/show_bug.cgi?id=560658
I can't remove it as myself ("Device or resource busy") and of course root can't touch it ("Permission denied").
What to do about this? I don't want to just ignore errors in backup scripts. Do I have to build in exclusions (which could be complicated)?
Comment