Addd support for taking backup for the server.

Tweaked by Ashesh Vashi to integrate the backgroud process, and also
with some improvements as stated below:
* Resolved an issue loading existing preference.
* Improved the background process observer/executor for supporting
  detalied view.
* Added the utility path preferences in the ServerType class.
This commit is contained in:
Murtuza Zabuawala
2016-05-15 15:59:32 +05:30
committed by Ashesh Vashi
parent fe0911f285
commit 8ca760ee2b
10 changed files with 1282 additions and 73 deletions

View File

@@ -26,3 +26,8 @@ Query Tool updateable recordset support
Add smarts to the Query Tool to allow it to recognise if a query produces a
data set that would be updateable (e.g. from a single table, all primary key
columns present), and if so, allow editing.
Backup Object
-------------
Allow to select/deselect objects under the object backup operation.