Skip to content

use ctime to recover mtime #27

Open
@centredecalcul

Description

I found more than 60000 files with mtime < 86400 in my instance (SQL count).

solvable_files.sh script is very slow, it has been running for 4 hours in "list mode" and it is not finished, but maybe I can slow it down again :

Why not use "ctime" to correct "mtime" in database?
The last change date is often the same as the last modification date (metadata are rarely changed).

This might avoid losing some data by entering the current date in the ctime.
Am I wrong ?

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions