Skip to main content
BookStack
View All
Search
Shelves
Books
Log in
Info
Content
Using `dd` and `ssh` t...
Page Revisions
Revision #33 Changes
Using `dd` and `ssh` to copy a disk image over a network
dd if=/dev/sdX | ssh user@remotehost "dd of=ops-tools.img"
Back to top