v.23.8Improvement

Add utility print-backup-info.py for parsing and printing backup metadata information

Add utility print-backup-info.py which parses a backup metadata file and prints information about the backup. #52690 (Vitaly Baranov).
Added a utility script print-backup-info.py that parses ClickHouse backup metadata files and displays detailed information about the backup.

Why it matters

This utility helps users quickly inspect and understand the contents and metadata of ClickHouse backups without manually parsing the metadata files, improving backup management and verification.

How to use it

Run the print-backup-info.py script and provide the path to the backup metadata file as an argument. The script will parse the file and print backup information in a human-readable format.