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

Errors with /keybase file system #1048

Open
andreadellacorte opened this issue Aug 26, 2017 · 1 comment · May be fixed by #1078
Open

Errors with /keybase file system #1048

andreadellacorte opened this issue Aug 26, 2017 · 1 comment · May be fixed by #1078

Comments

@andreadellacorte
Copy link

I am trying to use mackup with Keybase, but I am getting some errors

Backing up .subversion ... Traceback (most recent call last): File "/usr/local/Cellar/mackup/0.8.16/libexec/bin/mackup", line 9, in <module> load_entry_point('mackup==0.8.16', 'console_scripts', 'mackup')() File "/usr/local/Cellar/mackup/0.8.16/libexec/lib/python2.7/site-packages/mackup/main.py", line 90, in main app.backup() File "/usr/local/Cellar/mackup/0.8.16/libexec/lib/python2.7/site-packages/mackup/application.py", line 114, in backup utils.copy(home_filepath, mackup_filepath) File "/usr/local/Cellar/mackup/0.8.16/libexec/lib/python2.7/site-packages/mackup/utils.py", line 105, in copy shutil.copytree(src, dst) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 208, in copytree raise Error, errors shutil.Error: [('/Users/andrea/.subversion/auth/svn.simple', '/keybase/private/andreadellacorte/Mackup/.subversion/auth/svn.simple', "[Errno 78] Function not implemented: '/keybase/private/andreadellacorte/Mackup/.subversion/auth/svn.simple'"), ('/Users/andrea/.subversion/auth/svn.ssl.client-passphrase', '/keybase/private/andreadellacorte/Mackup/.subversion/auth/svn.ssl.client-passphrase', "[Errno 78] Function not implemented: '/keybase/private/andreadellacorte/Mackup/.subversion/auth/svn.ssl.client-passphrase'"), ('/Users/andrea/.subversion/auth/svn.ssl.server', '/keybase/private/andreadellacorte/Mackup/.subversion/auth/svn.ssl.server', "[Errno 78] Function not implemented: '/keybase/private/andreadellacorte/Mackup/.subversion/auth/svn.ssl.server'"), ('/Users/andrea/.subversion/auth/svn.username', '/keybase/private/andreadellacorte/Mackup/.subversion/auth/svn.username', "[Errno 78] Function not implemented: '/keybase/private/andreadellacorte/Mackup/.subversion/auth/svn.username'"), ('/Users/andrea/.subversion/auth', '/keybase/private/andreadellacorte/Mackup/.subversion/auth', "[Errno 78] Function not implemented: '/keybase/private/andreadellacorte/Mackup/.subversion/auth'"), ('/Users/andrea/.subversion', '/keybase/private/andreadellacorte/Mackup/.subversion', "[Errno 78] Function not implemented: '/keybase/private/andreadellacorte/Mackup/.subversion'")]

@Christilut
Copy link

Keybase support would be awesome for this!

jutonz added a commit to jutonz/mackup that referenced this issue 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 lra#1048
jutonz added a commit to jutonz/mackup that referenced this issue 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 lra#1048
jutonz added a commit to jutonz/mackup that referenced this issue 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 lra#1048
jutonz added a commit to jutonz/mackup that referenced this issue 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 lra#1048
jutonz added a commit to jutonz/mackup that referenced this issue 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 lra#1048
jutonz added a commit to jutonz/mackup that referenced this issue 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 lra#1048
jutonz added a commit to jutonz/mackup that referenced this issue 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 lra#1048
jutonz added a commit to jutonz/mackup that referenced this issue 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 lra#1048
@jutonz jutonz linked a pull request Oct 18, 2017 that will close this issue
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 a pull request may close this issue.

2 participants