Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save V1DEOJAMES/cd9591b628c318ddd5476a6f3643fd5b to your computer and use it in GitHub Desktop.
Save V1DEOJAMES/cd9591b628c318ddd5476a6f3643fd5b to your computer and use it in GitHub Desktop.
Copying SD Card and zip. (IE: Capturing BB or Raspi image)
sudo dd bs=4M if=/dev/sda status=progress| gzip > /home/james/LoraPi`date +%d%m%y`.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment