ltfs
ltfs copied to clipboard
ltfs_ordered_copy not honoring folder attr
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.
I'm not sure the permission is important for LTFS. Because LTFS never stores any permissions on tape.