Created
June 14, 2018 11:13
-
-
Save jnaskali/811f02a9763079ed7c867a61fbfe5cc1 to your computer and use it in GitHub Desktop.
adb pull TitaniumBackup files newer than one day
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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