hpkgs icon indicating copy to clipboard operation
hpkgs copied to clipboard

Snapshots and rollback while debugging a build

Open andrewchambers opened this issue 5 years ago • 0 comments

The idea is we could provide functions for use inside a debug repl (once it gets more polished).

(checkpoint :start)
(checkpoint)
(rollback -1)
(rollback :start)

This might be relatively simple to implement using rsync and may be efficient enough.

andrewchambers avatar May 29 '20 22:05 andrewchambers