## Motivation - Say, you have a Drupal installation with a 100 sites. - Say, Drall stops abruptly after 30 sites. - There should be a way to resume the Drall operation without having to repeat the 30 sites that are already done. ## Proposed solution - [x] Add an option `--batch-file=/path/to/batch.json` to track progress. - [x] When using `resume`, store Drall's execution state in a `batch.json`. - [x] If a batch file already exists, then resume.
Motivation
Proposed solution
--batch-file=/path/to/batch.jsonto track progress.resume, store Drall's execution state in abatch.json.