Skip to content

Instantly share code, notes, and snippets.

@filviu
Created September 30, 2014 09:21
Show Gist options
  • Select an option

  • Save filviu/c86dc0cd3b8b98c19f50 to your computer and use it in GitHub Desktop.

Select an option

Save filviu/c86dc0cd3b8b98c19f50 to your computer and use it in GitHub Desktop.
dd with pv progress
#!/bin/bash
dd if=/dev/vg/sys01 | pv -ptera -s 10g | dd of=/dev/vg/sys02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment