this is a windows batch script meant to adb pull
all folders in your /sdcard/ directory EXCEPT the ones you specify.
add the following to the end of the command before -maxdepth 1
:
-not -path "/sdcard/your_excluded_folder"
where your_excluded_folder
is the name of the folder you don't want backed up. make sure you don't put a trailing /
!
if i think of anything else to put in this readme, i'll add it. feel free to suggest stuff and/or ask any questions