Skip to content

Instantly share code, notes, and snippets.

@xyznaveen
Created May 30, 2020 07:00
Show Gist options
  • Save xyznaveen/f40917a3a4586cbdaecc9e3a228a18e5 to your computer and use it in GitHub Desktop.
Save xyznaveen/f40917a3a4586cbdaecc9e3a228a18e5 to your computer and use it in GitHub Desktop.
Sync files between android device and computer. BACKUP!?
rsync -avzzhP --inplace --info=progress2 -e 'ssh -p 2222' 192.168.2.X:SDCard/ <REPLACE_WITH_DESTINATION>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment