Options (3)
booleanAdd a file or directory to a new or existing archive
Example:
zpaq {{[a|add]}} {{path/to/archive.zpaq}} {{path/to/file_or_directory}}booleanExtract the most recent versions of files
Example:
zpaq {{[x|extract]}} {{path/to/archive.zpaq}}booleanList the archive contents
Example:
zpaq {{[l|list]}} {{path/to/archive.zpaq}}Examples (6)
Add a file or directory to a new or existing archive
zpaq [a|add] path/to/archive.zpaq path/to/file_or_directoryCreate or add to an encrypted archive
zpaq [a|add] -kpassword path/to/archive.zpaq path/to/file_or_directoryExtract the most recent versions of files
zpaq [x|extract] path/to/archive.zpaqList the archive contents
zpaq [l|list] path/to/archive.zpaqSet the level of compression (higher means more compression but slower)
zpaq [a|add] path/to/archive.zpaq -m1|2|3|4|5 path/to/file_or_directoryExtract the specified files from the archive that are not newer than the specified date
zpaq [x|extract] path/to/archive.zpaq path/in/archive/to/extract -to path/to/output -until YYYY-MM-DDmade by @shridhargupta | data from tldr-pages