Skip to content

MultiDrive is an app to clone drives, create backups in ZIP format, and completely erase disks. It can pause/resume tasks running them in parallel, and even has a nice CLI.

License

Notifications You must be signed in to change notification settings

atola-technology/multidrive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

MultiDrive

Free disk backup, cloning, and wiping software for Windows.

Download

Get the latest version from Releases or visit multidrive.io

Installation Options

  • Direct download: .exe installer
  • Winget: winget install MultiDrive

MultiDrive supports silent deployment across multiple machines using command-line parameters MultiDriveSetup.exe /s /d=c:\MyFolder

Features

  • Simple and attractive UI app
  • CLI app for workflow automation
  • Handles bad sectors (drive read errors) and loose cable connections
  • Ability to process multiple drives in parallel
  • Pause/resume a task at any time
  • Standard backup formats supported: RAW or ZIP (optimized Deflate algorithm)
  • 100% free. No ads, upgrade popups

CLI support

Examples:

mdcli list                       # Shows connected drives
mdcli backup d2 d:\image.zip     # Backs up the 2nd shown drive
mdcli restore d:\image.zip d2    # Restores the compressed drive image to the 2nd drive
mdcli erase d3 --pattern FF      # Erases the 3rd drive with 0xFF pattern
mdcli clone d1 d3                # Clones the 1st (boot) drive to the 3rd drive

Instead of Short IDs (d1, d2, d3), one can use classic Windows System IDs (SCSI\DISK&VEN_NVME&PROD_SAMSUNG_SSD_970\4&5BC748F&0&020000)

About

MultiDrive is an app to clone drives, create backups in ZIP format, and completely erase disks. It can pause/resume tasks running them in parallel, and even has a nice CLI.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published