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.
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.