Skip to content

Instantly share code, notes, and snippets.

@ilumos
Created February 7, 2020 18:46
Show Gist options
  • Save ilumos/4a0cb68b64beb0b60f9b34a4070e0aec to your computer and use it in GitHub Desktop.
Save ilumos/4a0cb68b64beb0b60f9b34a4070e0aec to your computer and use it in GitHub Desktop.
rsync-is-better-than-dd.sh
#!/bin/bash
rsync -aHAXvhW --no-compress --progress /source /destination
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment