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

MacOS & time machine #643

Closed
wojcikm opened this issue Mar 24, 2022 · 1 comment
Closed

MacOS & time machine #643

wojcikm opened this issue Mar 24, 2022 · 1 comment
Labels
macos Issues which are related to MacOS

Comments

@wojcikm
Copy link

wojcikm commented Mar 24, 2022

gcsfuse version unknown (Go version go1.17.8)
Monterey 12.3
Darwin wujt.local 21.4.0 Darwin Kernel Version 21.4.0: Mon Feb 21 20:34:37 PST 2022; root:xnu-8020.101.4~2/RELEASE_X86_64 x86_64

I have mounted bucket as following:

gcsfuse --implicit-dirs --debug_gcs --debug_fuse --foreground bucket_name ~/Documents/time-machine-gcs

But getting some errors:

$ touch test
# creates the file in the bucket - OK

$ echo "test" > test
zsh: permission denied: test

Drag & drop in finder:
The operation can’t be completed because an unexpected error occurred (error code 100096).
# file is created in the bucket, but size is 0 B

$ sudo cp ../test .
cp: ./test: Permission denied

What is more - is it possible to mound bucket as volume and make time-machine backups to it?

@avidullu avidullu added the macos Issues which are related to MacOS label Apr 14, 2022
@marcoa6
Copy link
Collaborator

marcoa6 commented Aug 23, 2023

GCSfuse does not currently support macOS. Created #1299 to track requests to support it.

@marcoa6 marcoa6 closed this as completed Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
macos Issues which are related to MacOS
Projects
None yet
Development

No branches or pull requests

3 participants