bugfix
This commit is contained in:
@@ -6,9 +6,6 @@ Lo=0
|
||||
#自定義備份目錄輸出位置 (忽略為空將默認腳本路徑中)
|
||||
Output_path=
|
||||
|
||||
#Getlist.sh列出系統應用
|
||||
system_name=0
|
||||
|
||||
#備份與恢復遭遇異常或是結束後發送通知(toast與狀態欄提示)
|
||||
toast_info=0
|
||||
|
||||
@@ -16,7 +13,7 @@ toast_info=0
|
||||
update=0
|
||||
|
||||
#檢測到更新後的行為(1跳轉瀏覽器 0不跳轉瀏覽器,但是複製連結到剪裁版)
|
||||
update_behavior=1
|
||||
update_behavior=0
|
||||
|
||||
#假設如果存在usb隨身碟是否默認使用隨身碟?(1不詢問默認使用 0每次都進行詢問)
|
||||
USBdefault=0
|
||||
@@ -31,14 +28,14 @@ Backup_user_data=1
|
||||
Backup_obb_data=1
|
||||
|
||||
#是否在應用數據備份好後備份自定義目錄
|
||||
backup_media=1
|
||||
backup_media=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為僅打包 有什麼好用的壓縮算法請聯繫我
|
||||
|
||||
Reference in New Issue
Block a user