diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -30,6 +30,14 @@ WINDOWS SHELL doesn't have this problem, so autocomplete and last command are cl 1|root@htc_himaul:/sdcard2/bk/andbackup # sh andbackup.sh 127|root@htc_himaul:/sdcard2/bk/andbackup # --- +sh AKA ash doesn't work (with -x): +--- +1|root@htc_himaul:/storage/ext_sd/bk/andbackup # sh -x andbackup.sh +127|root@htc_himaul:/storage/ext_sd/bk/andbackup # +-even with full correct params +127|root@htc_himaul:/storage/ext_sd/bk/andbackup # sh -x andbackup.sh listback> +127|root@htc_himaul:/storage/ext_sd/bk/andbackup # +--- BASH even has a bug: @@ -52,4 +60,5 @@ deleting cache for com.google.android.apps.maps 22:33:19 2017-03-18 info Compressing userdata for com.google.android.apps.maps root@htc_himaul:/sdcard2/bk/andbackup # --- -Looks like andbackup can't handle symlinks +The error output above might be because andbackup can't handle symlinks + |