Skip to content

Instantly share code, notes, and snippets.

@ramnes
Created December 8, 2020 08:59
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 ramnes/d3eb5ef62276ea4a2b21d8755e3db97f to your computer and use it in GitHub Desktop.
Save ramnes/d3eb5ef62276ea4a2b21d8755e3db97f to your computer and use it in GitHub Desktop.
Dump any device media content with gphoto2
#!/bin/bash
date=$(date --rfc-3339=date)
mkdir "dump-$date"
cd "dump-$date"
gphoto2 --auto-detect
gphoto2 --get-all-files --skip-existing
cd -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment