diff --git a/backup_settings.conf b/backup_settings.conf index 94784be..d651dc8 100644 --- a/backup_settings.conf +++ b/backup_settings.conf @@ -36,9 +36,9 @@ debug_list=0 #添加自定義備份路徑 請勿刪除" " Custom_path=" /storage/emulated/0/Pictures - /storage/emulated/0/Download -#/storage/emulated/0/Music -#/storage/emulated/0/DCIM +/storage/emulated/0/Download +/storage/emulated/0/Music +/storage/emulated/0/DCIM " #壓縮算法(可用lz4 zstd tar tar為僅打包 有什麼好用的壓縮算法請聯繫我 diff --git a/tools/bin/bin.sh b/tools/bin/bin.sh index 8c98db1..140839f 100644 --- a/tools/bin/bin.sh +++ b/tools/bin/bin.sh @@ -20,7 +20,7 @@ else echo "Magisk busybox Path does not exist" fi export PATH="$PATH" -backup_version="V14.2" +backup_version="V14.3" #設置二進制命令目錄位置 [[ $bin_path = "" ]] && echo "未正確指定bin.sh位置" && exit 2 #bin_path="${bin_path/'/storage/emulated/'/'/data/media/'}" diff --git a/tools/bin/busybox_path b/tools/bin/busybox_path deleted file mode 100644 index cd3dde5..0000000 --- a/tools/bin/busybox_path +++ /dev/null @@ -1 +0,0 @@ -/data/backup_tools