Commands / kosa8 rewind
kosa8 rewind
Put a sandbox back to a saved restore point
Usage
kosa8 rewind SANDBOX
Discards the sandbox as it is now and brings back a checkpoint under the same name, with processes still running from the moment it was saved.
With no --to, this rewinds to the most recent checkpoint. Checkpoints taken after the one you rewind to are dropped, because they describe a future that no longer happened.
Options
| Flag | Type | What it does | Default |
|---|---|---|---|
--to | string | rewind to this checkpoint id or label (default: the latest) | — |
-y, --yes | bool | skip the confirmation | — |