ltfs icon indicating copy to clipboard operation
ltfs copied to clipboard

ltfs_ordered_copy not honoring folder attr

Open svein opened this issue 2 years ago • 1 comments

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.

svein avatar Apr 03 '23 10:04 svein

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

piste-jp avatar Apr 05 '23 04:04 piste-jp