# Functions
ExtractFile extracts the file name from a URL string from an index backup.
GetDirectorySize calculates the total size of a directory and returns it as a human-readable string.
No description provided by the author
NormalizeString normalizes a string by converting it to lowercase and replacing spaces and underscores with hyphens.
ParseDate parses a date string in RFC3339 format and returns a formatted string.
No description provided by the author