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

keep dir timestamps only works on remove handler #665

Open
MAProsper opened this issue May 24, 2024 · 0 comments
Open

keep dir timestamps only works on remove handler #665

MAProsper opened this issue May 24, 2024 · 0 comments

Comments

@MAProsper
Copy link

When the generated sh script is executed with the "keep dir timestamps" option, they are only kept when using the remove_cmd function. All the cp_... variants, such as cp_symlink, cp_hardlink and cp_reflink, lose the directory timestamp.

To fix this the same pre- and post- DO_KEEP_DIR_TIMESTAMPS checks need to be added to the functions surrounding the modification commands.

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

1 participant