You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: