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
Timestamps are already preserved on files. This is true when using copy+paste on individual files or on a directory; the files nested within retain their original stamps.
Copying a directory should also preserve the timestamps of the directory itself. Currently the copies get a fresh timestamp from the host's wall clock.
This is important from an archival / historian perspective. When gathering collections onto a 32MB hard disk image from multiple sources, it's better if they retain all their original attributes.
The text was updated successfully, but these errors were encountered:
The copy+paste / drag+drop code wasn't setting the file dates on
directories. We now set those, and access flags too.
The CLI "copy" command does set the file attributes.
(issue #26)
Next request is to also preserve directory timestamps during export. Would you rather track that request here or as a separate issue#? (low priority, "stretch goal")
(CiderPress II 1.0.2)
Timestamps are already preserved on files. This is true when using copy+paste on individual files or on a directory; the files nested within retain their original stamps.
Copying a directory should also preserve the timestamps of the directory itself. Currently the copies get a fresh timestamp from the host's wall clock.
This is important from an archival / historian perspective. When gathering collections onto a 32MB hard disk image from multiple sources, it's better if they retain all their original attributes.
The text was updated successfully, but these errors were encountered: