GitXplorerGitXplorer
s

wdd

public
31 stars
9 forks
2 issues

Commits

List of commits on branch master.
Unverified
e636baa120a6b625f534cb802647eb945b4a93b8

Build for more platforms on AppVeyor

ssryze committed 3 years ago
Unverified
6b8968d0ff726ae9fe900e882e2da8d720dd5ad5

Tell AppVeyor to retain binaries

ssryze committed 3 years ago
Unverified
5a10b917804493e9b0072589fee791492f251554

Set up CPack

ssryze committed 3 years ago
Unverified
e96802a9837b0c71604588ea552b6d5663e94c9f

Move source code to src/

committed 4 years ago
Unverified
c8ba17a48a9961f9f2839685ca6b80af24bf5326

Add AppVeyor build status badge

committed 4 years ago
Unverified
58a7e0e67ebabf57c62d8b7f2a7b42fd2eb577a6

Add AppVeyor config

committed 4 years ago

README

The README file for this repository.

dd for Windows

Build Status

I made this little program for myself to back up USB flash drives and hard disks on Windows. It has support for a few dd options such as bs, count and status=progress.

Feel free to use it if you want. But I must warn you:

THIS IS AN EXPERIMENTAL PROGRAM. IT HAS NOT BEEN WELL TESTED AND IT CAN DAMAGE YOUR DATA. USE AT YOUR OWN RISK.

Usage

Usage: wdd if=<in_file> of=<out_file> [bs=N] [count=N] [status=progress]

in_file and out_file can be a file name or physical drive such as \\.\PHYSICALDRIVE0. I haven't tested this with real hard disks, only flash drives.

Example:

wdd if=\\.\physicaldrive3 of=usb.img bs=1M status=progress

To list available hard disks you can use this command:

wdd list

which internally executes:

wmic diskdrive list brief