Ar 26/11/2011 am 17:35, ysgrifennodd Lars Wirzenius:
> On Wed, Nov 23, 2011 at 03:48:14PM -0500, Dafydd Harries wrote:
> > $ obnam --repository=/home/daf/foo/backup --encrypt-with=12F27D94 backup
> > ~/stuff
> > ERROR: [Errno 38] Function not implemented
> >
> > I suspect the problem is related to the fact that /home/daf/foo is an
> > sshfs mount.
>
> Can you run the command again with --log, and check from the log file
> if there's information about what operation failed? Thanks
It turns out that it's link() that fails. I suppose some FUSE
filesystems don't implement that syscall.
File "/usr/lib/python2.7/dist-packages/obnamlib/vfs_local.py", line 198, in
write_file
os.link(tempname, path)
OSError: [Errno 38] Function not implemented
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]