pub fn backup_filepath_pattern() -> &'static str
Expand description
Return the pattern for searching the backup files.
This is called by the catalog command to list the available backups.
ยงNote
This pattern must match the filename generated by new_backup_filepath()
.