DV6 loader now overwrites files when creating backups

This commit is contained in:
Guy Scharf 2021-07-08 10:38:16 -07:00
parent c1a99850c6
commit f9a2228b9c

View File

@ -2575,7 +2575,7 @@ bool backup6 (const QString & path) {
QDir hpath(history_path); QDir hpath(history_path);
// Copy input data to backup location // Copy input data to backup location
copyPath(ipath.absolutePath(), bpath.absolutePath()); copyPath(ipath.absolutePath(), bpath.absolutePath(), true);
// Create archive of settings file if needed (SET.BIN) // Create archive of settings file if needed (SET.BIN)
bool backup_settings = true; bool backup_settings = true;