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

Problems with NTFS integration #162

Open
veddox opened this issue Nov 22, 2018 · 2 comments
Open

Problems with NTFS integration #162

veddox opened this issue Nov 22, 2018 · 2 comments

Comments

@veddox
Copy link

veddox commented Nov 22, 2018

Both compile-blog and deploy use rsync -a to move files. This causes error when the source directory is located on an NTFS file system, but the staging/hosting directories are on ext4 (rsync error 23 due to problems changing file permissions/owner).

edited for clarity

@veddox
Copy link
Author

veddox commented Nov 24, 2018

I've documented a work-around here: https://terranostra.one/posts/Blogging-with-Lisp.html

@jasom
Copy link

jasom commented Nov 28, 2018

rsync -r should work for that case; -a is a short cut for preserving permissions and atime, (but not xattr)

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

No branches or pull requests

2 participants