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

ltfs_ordered_copy not honoring folder attr #392

Open
svein opened this issue Apr 3, 2023 · 1 comment
Open

ltfs_ordered_copy not honoring folder attr #392

svein opened this issue Apr 3, 2023 · 1 comment
Labels
Under discussion Discussion is on going

Comments

@svein
Copy link

svein commented Apr 3, 2023

Describe the bug
It seems ltfs_ordered_copy does not copy folder permissions and attributes, but instead just create new folders. (os.mkdir(d))
with today's date and default permission from umask.
This way all original attributes are lost including timestamp, permissions, etc.

To Reproduce
Steps to reproduce the behavior:
ltfs_ordered_copy version: git master
ltfs_ordered_copy -v -a -p /mnt/ltfs/tape /some/path/
I have tried to run with flags, -a, -p and -r and different combinations.

Expected behavior
attr for directories should be copied over like it is done for files.

@piste-jp-ibm
Copy link
Member

I'm not sure the permission is important for LTFS. Because LTFS never stores any permissions on tape.

@piste-jp-ibm piste-jp-ibm added Under discussion Discussion is on going and removed Investigating labels Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Under discussion Discussion is on going
Projects
None yet
Development

No branches or pull requests

2 participants