Rename chunk folders #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal: Rename folder where chunks are stored and display creation date.
Currently the name of the subfolders are UUIDs(?)
Example: chunks/d112d760/* or chunks/d6e9e1f0/* etc.
What do we want? The folders should have the creation date instead of the UUID
Example: chunks/20260418_154030/*
Nameing rule: yyyymmdd_hhmmss
(year, month, day _ hour, minute, seconds)