sqfstar
Verified for current stable LTS
Sqfstar Commands
Sqfstar command syntax with verified terminal examples.
Commands
5 commands for Sqfstar
sqfstar Archive
Sqfstar Command: Create Squashfs From Gzip Tar With Compression Algorithm
zcat <archive.tar.gz> | sqfstar -comp <gzip|lzo|lz4|xz|zstd|lzma> <filesystem.squashfs> sqfstar Archive
Sqfstar Command: Create Squashfs From Lz4 Tar Excluding Regex Files
lz4cat <archive.tar.lz4> | sqfstar <filesystem.squashfs> -regex "<regex>" sqfstar Archive
Sqfstar Command: Create Squashfs From Uncompressed Tar
sqfstar < <archive.tar> <filesystem.squashfs> sqfstar Archive
Sqfstar Command: Create Squashfs From Xz Tar Excluding Files
xzcat <archive.tar.xz> | sqfstar <filesystem.squashfs> <file1 file2 ...> sqfstar Archive
Sqfstar Command: Create Squashfs From Zstd Tar Excluding Gz Files
zstdcat <archive.tar.zst> | sqfstar <filesystem.squashfs> "<*.gz>" Suggest a Sqfstar Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Sqfstar workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.