diff --git a/backup_settings.conf b/backup_settings.conf index 3a16898..0ee1655 100644 --- a/backup_settings.conf +++ b/backup_settings.conf @@ -31,7 +31,7 @@ Backup_user_data=1 Backup_obb_data=1 #是否在應用數據備份好後備份自定義目錄 -backup_media=1 +backup_media=0 #假設你遇到列表輸出異常問題請將此設為1 debug_list=0 diff --git a/tools/bin/bin.sh b/tools/bin/bin.sh index 0e465c1..caf14b6 100644 --- a/tools/bin/bin.sh +++ b/tools/bin/bin.sh @@ -48,7 +48,7 @@ else echo "Magisk busybox Path does not exist" fi export PATH="$PATH" -backup_version="V14.8" +backup_version="V14.9" #設置二進制命令目錄位置 if [[ $bin_path = "" ]]; then echoRgb "未正確指定bin.sh位置" "0" @@ -58,16 +58,12 @@ fi Status_log="$MODDIR/Log.txt" rm -rf "$Status_log" filepath="/data/backup_tools" -if [[ $APP_ENV = 1 ]]; then - filepath="/data/user/0/com.xayah.databackup/backup_tools" -fi busybox="$filepath/busybox" busybox2="$bin_path/busybox" #排除自身 exclude=" update busybox_path -update bin.sh" if [[ ! -d $filepath ]]; then mkdir -p "$filepath" @@ -157,17 +153,6 @@ Print() { longToast() { content query --uri content://ice.message/long/"$*" >/dev/null 2>&1 } -l=300 -debug() { - while [[ $bn -le $l ]]; do - echoRgb "色號$bn\n -當前腳本執行路徑:/data/user/0/com.xayah.databackup/scripts - -busybox路徑:/data/user/0/com.xayah.databackup/backup_tools/busybox - -busybox版本:v1.34.1-osm0sis - -appinfo版本:2021-12-08(84) " - let bn++ - done -} - #debug get_version() { while :; do keycheck