https://bugs.documentfoundation.org/show_bug.cgi?id=125401

--- Comment #7 from Alex <alex....@gmail.com> ---
Ah. Good that the hard link problem is taken care of. :)

Not sure that the rest of the world just don't care, see for instance this
recent thread here:
https://www.linuxquestions.org/questions/linux-newbie-8/how-do-i-preserve-crtime-creation-birth-time-when-copying-from-windows-ntfs-to-linux-ext4-4175625229/

I admit it is a different case-scenario so I don't try to lean heavily on it,
but the thread is still an interesting read.

Reflecting on this read, I just noticed that for the file replacement, instead
of doing:
$ mv SOURCE DEST
(which preserves neither the creation time nor the modification time)
one could do:
$ cp -p SOURCE DEST
(which preserve both).

Wouldn't it be simple/easy to implement?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to