Skip to content

Instantly share code, notes, and snippets.

@jnaskali
Created June 14, 2018 11:13
Show Gist options
  • Save jnaskali/811f02a9763079ed7c867a61fbfe5cc1 to your computer and use it in GitHub Desktop.
Save jnaskali/811f02a9763079ed7c867a61fbfe5cc1 to your computer and use it in GitHub Desktop.
adb pull TitaniumBackup files newer than one day
adb shell "find /storage/sdcard/TitaniumBackup -mtime -1" | tr -d '\r' | xargs -n1 adb pull
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment