Can't move folder in android terminal -


i'm trying write small backup script, mv command in android not work not linux. example, execute following command:

adb shell mv  "/system/app/books/" "/sdcard1/temp/debloat_bkp/system/app/books/" 

i following error:

mv: invalid option -- p usage: mv [-fiv] source target        mv [-fiv] source ... directory mv: /system/bin/cp: terminated 1 (non-zero) status 

have ideas why error , how solve problem?

you need root directory/path, guess:

/system/app/books/ 

https://stackoverflow.com/a/18935228/4409113

and not way though,

use: backing android device using adb

adb backup -apk -shared -all 

Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -