Clone/Install Windows, create/edit boot files, and troubleshoot boot issues.
Find a file
2Shirt 4e80badc92
Move fast, break things (round 3?)
- Move sequential items to Tasks and leave async in Actions
- Move main control of disk_list (Arc<Mutex>) to Tasks
  This allows updates to happen AFTER I/O events (clone, update dest,
etc)
- Finally got SelectParts to use the actual state of the disks
post-clone
- Broke Tasks somewhere - bcdedit is never called despite being added to
the VecDeque
- Probably more
2024-11-16 23:53:55 -08:00
config Ignore Enter presses during Pre/Mid/Post Clone 2024-11-16 04:59:22 -08:00
src Move fast, break things (round 3?) 2024-11-16 23:53:55 -08:00
.envrc Initial commit with new ratatui template 2024-10-21 19:42:59 -07:00
.gitignore Initial commit with new ratatui template 2024-10-21 19:42:59 -07:00
build.rs Add GPL headers to source files 2024-11-01 21:56:07 -07:00
Cargo.lock Move fast, break things 2024-11-03 17:49:30 -08:00
Cargo.toml Move fast, break things 2024-11-03 17:49:30 -08:00
COPYING Replace license 2024-10-21 20:07:48 -07:00
README.md Update Cargo.toml and README.md 2024-10-21 20:08:07 -07:00

Deja-vu

Clone/Install Windows, create/edit boot files, and troubleshoot boot issues. This tool can and will delete data on selected destination devices; care should be taken to avoid unintended data loss.

deva-vu.toml

Please update this configuration file with the full path to the cloning tool of your choice.

NOTES

This tool is under active development and is not considered ready for production use!