Modify ↓
Ticket #185 (closed defect: fixed)
Improve speed of restore process avoiding copy of backup file
| Reported by: | javier.amor.garcia@… | Owned by: | javier.amor.garcia@… |
|---|---|---|---|
| Milestone: | Component: | backup | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The restore process does not scale well because it copy the backup fiel to a temporal directory. As the fiel grows this may be a significant slowdown. Propossed solution:
- unpack the file in his current dir, look at _unpackFileDetails for inspiration
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
We mus fix also the non-writable dir bug