Skip to content

Instantly share code, notes, and snippets.

@SailReal
Last active August 12, 2018 10:14
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 SailReal/b807b09d534b4852f9a0eb7329328a97 to your computer and use it in GitHub Desktop.
Save SailReal/b807b09d534b4852f9a0eb7329328a97 to your computer and use it in GitHub Desktop.
Backup pictures from Android-smartphone to Cryptomator-vault

Download adbackup

cargo run pull /sdcard/DCIM/Camera
rsync -r Camera/* /Volumes/Pictures/Smartphone/ --progress --ignore-existing
rm -rf Camera/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment