Files
backup_script/tools/script/backup_settings.conf
2021-10-22 22:59:04 +08:00

13 lines
358 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#1開啟0關閉
#選擇是否只備份split apk(分割apk檔1備份split apk 0混合備份)
Splist=0
#是否備份外部數據 即比如原神的數據包(1備份0不備份)
Backup_obb_data=1
#備份user數據
Backup_user_data=1
#壓縮算法(可用zstd tar tar為僅打包
#zstd擁有良好的壓縮率與速度 當然慢於tar
Compression_method=zstd