Skip to content

Instantly share code, notes, and snippets.

@barsbek
Created March 28, 2018 06:20
Show Gist options
  • Save barsbek/0a551974252752cabd3f69cf0aa6f982 to your computer and use it in GitHub Desktop.
Save barsbek/0a551974252752cabd3f69cf0aa6f982 to your computer and use it in GitHub Desktop.
linux: backup device
# windows 10 goes into hibernation on shutdown. Turn it off in battery settings to make disks C & D writable
dd if=/dev/sdX bs=4K status=progress| gzip -c > /path/to/backup.img.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment