Details
-
Improvement
-
Status: Reopened
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Currently the backup / restore is kind of monolithic in that once backup / restore fails, the retry would start from the beginning of the operation.
Backup / restore client can record the last successful substep of the current operation (in backup table, e.g.) so that subsequent operation can resume from this substep.
This would allow shorter execution time for the retry operation and give better user experience.