client icon indicating copy to clipboard operation
client copied to clipboard

keybase fs cp -f [SOURCE] [DEST] — the force flag doesn't work anymore

Open taw00 opened this issue 4 years ago • 5 comments

Note, the kbfs repo is mysteriously archived now, so ... I am filing this here.

It's been broken for a bit now, but if somefile already exists at the destination, it fails to copy even if -f is used:

[myusername@blahblahblah ~]$ keybase fs cp -f ./tmp/somefile /keybase/private/myusername/
▶ ERROR name exists (code 5101)

taw00 avatar Jun 13 '20 04:06 taw00

ditto this is also a problem for me

kellytrinh avatar Jun 19 '20 14:06 kellytrinh

And looking at the docs ... is keybase fs ... a deprecated thing? I use it out of habit, but I honestly am unsure what it does differently than just performing actions on the FS directly with native command line tools.

taw00 avatar Jun 25 '20 18:06 taw00

@taw00 - where did you see that? It mentions that keybase fs is good for those whose systems do not support FUSE (and hence cannot use the mountpoint and the CLI tools).

The docs specifically mention chromium as an example and so I don't think it is deprecated

kellytrinh avatar Jun 25 '20 23:06 kellytrinh

I see it as described in the first description. If the file already exists, but I want to overwrite it, I used to be about to do a -f to force the write. Now, that flag is ignored and the error mentioned is displayed.

taw00 avatar Jul 24 '20 04:07 taw00

Two years now ... BUMP.

taw00 avatar Aug 25 '22 17:08 taw00