The time is appended to the backup file automatically, no matter the options, only the date is either appended to the backup file or as a folder, depending on the backup_per_time setting (file,folder, false). like:
pathoffile/D-A-T-E/file_time.ext -> when backup_per_time is "folder"
pathoffile/file_D-A-T-E_time.ext -> when backup_per_time is "file"
pathoffile/file_time.ext -> when backup_per_time is "false"
The time is appended to the backup file automatically, no matter the options, only the date is either appended to the backup file or as a folder, depending on the backup_per_time setting (file,folder, false). like: pathoffile/D-A-T-E/file_time.ext -> when backup_per_time is "folder" pathoffile/file_D-A-T-E_time.ext -> when backup_per_time is "file" pathoffile/file_time.ext -> when backup_per_time is "false"