Advanced Backups

Advanced Backups

1M Downloads

Feature request : Automatically restore the most recent full backup before when trying to restore a partial backup

Rcpentuy opened this issue ยท 2 comments

commented

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
It seems that i have to manually restore to the most recent full backup before my selected partial backup every time, which makes the rollback process a bit more inconvenient. (Actually i am quite curious what will happen if i just skip that first step. )

Describe the solution you'd like
A clear and concise description of what you want to happen.
let the mod detect the most recent full backup before the selected partial backup and automatically restore it in advance so that the user only need to communicate with the shell script once to rollback.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

commented

This is already done - and the console should give that information when restoring a partial.

Has this not been the case from your experience?

commented

Apologies for misunderstanding the README file. I reviewed the documentation again and realized that I incorrectly referred to the "MANUAL BACKUP RESTORATION - FULL BACKUP" section for command-line usage. Thank you for the clarification!