When doing a backup from the Administration tab you can choose to exclude Builds, Measurements and Audits.
If you execute restore(.sh|.bat) and pass the .zip file that was generated from such a backup, then the Build, Measurement and Audit data on the server get's deleted.
In some situations that is the desired outcome.
In other situations, it's important that the existing Build, Measurement and Audit data does not get deleted (cleared) when restoring a backup .zip file that does not contain Build, Measurement and Audit data.
For this improvement request I would like to ask that an additional argument be added to the Restore(.sh|.bat) to control the clearing of Build, Measurement and Audit data when it does not exist in the .zip file.
Something like:
restore.bat D:\temp\backup.zip - Would delete data when it is not contained in the backup.zip file.
restore.bat --noclear D:\temp\backup.zip - Would NOT delete data when it is not contained in the backup.zip file.
Description
When doing a backup from the Administration tab you can choose to exclude Builds, Measurements and Audits.
If you execute restore(.sh|.bat) and pass the .zip file that was generated from such a backup, then the Build, Measurement and Audit data on the server get's deleted.
In some situations that is the desired outcome.
In other situations, it's important that the existing Build, Measurement and Audit data does not get deleted (cleared) when restoring a backup .zip file that does not contain Build, Measurement and Audit data.
For this improvement request I would like to ask that an additional argument be added to the Restore(.sh|.bat) to control the clearing of Build, Measurement and Audit data when it does not exist in the .zip file.
Something like:
restore.bat D:\temp\backup.zip - Would delete data when it is not contained in the backup.zip file.
restore.bat --noclear D:\temp\backup.zip - Would NOT delete data when it is not contained in the backup.zip file.