Created
March 16, 2017 12:45
-
-
Save byteshiva/ebedab43b709c8bddfed16b4454a14b0 to your computer and use it in GitHub Desktop.
copy large files using dd command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dd if=/dev/zero of=CREATE_TEST_FILE bs=1k count=4700000 |
parallel faster data transmission form machine 1 to machine 2
bbcp -P 2 -w 2M -s 10 my.big.file dest@dest-ip-addr:/tmp/
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
refe: http://linoxide.com/linux-command/linux-dd-command-create-1gb-file/