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 resource forks are not preserved #2165

Open
scotthillock opened this issue Jan 29, 2019 · 1 comment
Open

MacOS resource forks are not preserved #2165

scotthillock opened this issue Jan 29, 2019 · 1 comment

Comments

@scotthillock
Copy link

MacOS stores metadata, or sometimes actual data in the case of font files, in the resource forks of files. Resource forks are not preserved when syncing with the Seafile mac client. Mac font files show as 0 Bytes in the web interface, and subsequently download as corrupted files.

I assume this applies to NTFS file streams, and linux xattr also.

@scotthillock
Copy link
Author

The fuse mount command for seadrive on macos includes the option of "auto_xattr", which makes the client create "._*" files to preserve resource forks and extended attributes. However, in sync-mgr.c, and maybe others, there is an exclusion added to the ignore_table variable to not sync these files.

Can this behavior be altered to include these files as an option in the seadrive client settings?

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

No branches or pull requests

2 participants