Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setting to preserve timestamps when copying / moving files #815

Open
xaxazak opened this issue Dec 2, 2023 · 0 comments
Open

setting to preserve timestamps when copying / moving files #815

xaxazak opened this issue Dec 2, 2023 · 0 comments

Comments

@xaxazak
Copy link

xaxazak commented Dec 2, 2023

I know that, by default, linux copy and move operations update the "modified" timestamp.

I think most people would prefer to know when their file/folder was created (or last modified) rather than when it was last copied or moved. Especially for content they made themselves (eg, code, or photos).

I think most computer programs couldn't care less about creation dates (and most of those that don't, like email clients, would prefer preserved dates).

Therefore, I suggest adding an option (not sure what the default should be) that preserves all timestamps when copying (maybe initially just between the same filesystem), similar to doing "cp -p" on command line. (IIRC, this is how Windows operates).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant