Skip to content

cogsmith/dclone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💾 DCLONE: Terminal Menu Guided Disk Imaging 💾

Simple frontend for common open-source tools: lsblk dd squashfs kpartx




  • lsblk
  • dd
  • squashfs
  • kpartx

Single step streaming technique originally sourced from this StackOverflow post: https://unix.stackexchange.com/a/75590/23232


SCREENSHOT


Disk cloning app that uses open-source tools like dd mksquashfs and kpartx to backup and restore images easily.

It gives a guided menu interface to picking out a disk and entering a filename, then lets you observe the streaming output from spawned tasks in an embedded tty buffer.