A recent issue with synchronizing files to an exFAT-formatted external SSD surfaced while using KDE's Kup Backup application.The exFAT file system prohibits certain characters in filenames, causing errors during the backup process.To resolve the issue, a Bash script can be used to automate the renaming process for files containing invalid characters.The script identifies and replaces the restricted characters with underscores in the specified directories.