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

1. ignoring @eaDir directories 2. setting UID and GID of copy / move process #213

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

Conversation

nigelpatsmith
Copy link

I use a synology NAS and the @eadir directories were causing problems, so the updates to phockup.py ignore the directories, and form the base of being able to ignore more directories in the future.
I also wanted the move to use the right permissions, so entrypoint.sh does an su to the user, and there's two new env variables: PHOCKUP_UID and PHOCKUP_GID

entrypoint.sh Show resolved Hide resolved
entrypoint.sh Show resolved Hide resolved
src/phockup.py Show resolved Hide resolved
src/phockup.py Show resolved Hide resolved
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please add a test that checks if @eaDir is actually ignored. Add the directory in tests/input

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

Successfully merging this pull request may close these issues.

None yet

2 participants