andrewchambers

Results 369 comments of andrewchambers

I think the fix is going to be invalidate caches if the repository inode changes.

Another option is to include an sftp client in bupstash so that it is able to pull files directly from a remote machine without being installed there.

sshfs is an unmaintained project - but I suppose it would amount to the same thing.

Getting the same issue syncing out of backblaze.

Really interested in this change - It seems very close to the finish line.

It looks like the patch has been updated and as far as I can tell all the issues are resolved - though the gerrit interface is somewhat confusing to me.

@rfjakob doesn't this check test resolve the problem? ``` if srv.KernelSettings().Flags&fuse.CAP_MAX_PAGES == 0 { ``` afaik macos wouldn't set this flag and the tests will be skipped.

@rfjakob if that is the case, what is the remaining work? or should @hanwen be able to approve/merge this now?

Sorry I ended up going a different route on this.