Process only latest differential backup during restore
- Lingua principale
- Python
- Stelle
- 518
- Fork
- 57
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
If a backup set includes only full + differential backups, the restore process applies changes for
all existent differential backups, instead of only taking the full + latest diff.
In case a backup set includes mixed full + inc + diff backups, that is ok, but if only full + diff backups are
included, its sufficient to take the latest differential only.
This could speed up restore times.
* Check if backup set includes only differential backups
* Use Full + latest differential backup during restore
Current Workaround: use the --sequence option during restore and pass full + latest diff as parameter.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.