We have added a couple new features in SQLBackupAndFTP v5.1
First, if zip compression level "None" is selected in Advanced settings, the database backup will be saved just as a .bak file. (Folders and scripts will still be zipped with lowest compression since we still need to put them in some container file)
Second, we have implemented custom file format.
In Advanced Settings you will find "Change File Format" that will bring you to the options:
1. [DatabaseOrFolderName]YYYYMMDDHHMM.zip (default)
2. [DatabaseOrFolderName]YYYYMMDD.zip
3. [DatabaseOrFolderName]DayOfMonth.zip
4. [DatabaseOrFolderName]DayOfWeek.zip
5. [DatabaseOrFolderName].zip
Hope this will make life a bit easier for our DBAs