Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds Keybase engine #1078

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Adds Keybase engine #1078

wants to merge 1 commit into from

Conversation

jutonz
Copy link

@jutonz jutonz commented Oct 18, 2017

Allows syncing files to Keybase.

Folders mounted with Keybase utilize a special file system (kbfs) which,
while doing some pretty cool stuff, either doesn't support some common
operations or requires them to be done via the Keybase CLI. The two
which pertain to Mackup are copying folders recursively (which should be
done with keybase fs cp) and stripping ACL's (which is not at all
supported). I tried to document these oddities pretty well, but let me
know if this could be made more clear.

Closes #1048

Allows syncing files to Keybase.

Folders mounted with Keybase utilize a special file system (kbfs) which,
while doing some pretty cool stuff, either doesn't support some common
operations or requires them to be done via the Keybase CLI. The two
which pertain to Mackup are copying folders recursively (which should be
done with `keybase fs cp`) and stripping ACL's (which is not at all
supported). I tried to document these oddities pretty well, but let me
know if this could be made more clear.

Closes lra#1048
@ShakataGaNai
Copy link

This is nifty. I just want to note that you can also just use a keybase git repo too (and have a cron-type job commit all & push periodically).

@spuder
Copy link

spuder commented Jan 15, 2021

Also would love to see this merged!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Errors with /keybase file system
3 participants