-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
No. Current product functionality is local-first and does not upload archive contents, file names, paths, passwords, recovery data, or operation history.
No. Squallz has a read-only RAR bridge path when a compatible external backend is available. It does not create RAR, does not implement RAR recovery records, and does not claim damaged RAR repair.
Start with:
sqz test archive.zip --json
sqz list archive.zip --jsonIf you have PAR2 data:
sqz verify archive.zip --use-recovery --json
sqz repair archive.zip --use-recovery -o repaired.zip --jsonIf it is .sqz:
sqz test archive.sqz --json
sqz repair archive.sqz -o repaired.sqz --json
sqz export repaired.sqz -o repaired.zip --jsonTry an explicit encoding:
sqz list archive.zip --encoding gbk
sqz extract archive.zip -d output --encoding gbk
sqz test archive.zip --encoding shift_jisEncoding changes affect display and extracted names. They do not modify the original archive.
Some formats are safer or more realistic through packageable external tools such as 7zz/7z, wimlib-imagex, or par2. Squallz reports those dependencies through sqz info --json and sqz doctor.
不会。当前产品功能按本地优先设计,不上传压缩包内容、文件名、路径、密码、恢复数据或操作历史。
不能。安装兼容外部后端时,Squallz 可以走只读 RAR 桥接路径。它不创建 RAR,不实现 RAR recovery record,也不承诺修复损坏 RAR。
先测试和列出:
sqz test archive.zip --json
sqz list archive.zip --json如果提前生成过 PAR2:
sqz verify archive.zip --use-recovery --json
sqz repair archive.zip --use-recovery -o repaired.zip --json如果是 .sqz:
sqz test archive.sqz --json
sqz repair archive.sqz -o repaired.sqz --json
sqz export repaired.sqz -o repaired.zip --json尝试指定编码:
sqz list archive.zip --encoding gbk
sqz extract archive.zip -d output --encoding gbk
sqz test archive.zip --encoding shift_jis编码切换只影响显示和解压写出的文件名,不会修改原压缩包。
部分格式通过 7zz/7z、wimlib-imagex 或 par2 这类可安装外部工具更现实、更安全。Squallz 会通过 sqz info --json 和 sqz doctor 报告这些依赖状态。