Skip to content

Advanced: Allowing User to Specify Compression Program #3

@davidlohle

Description

@davidlohle

This ability would be nested away in aegis.json and not changeable via Aegis runtime. Perhaps built-in support for pigz and 7zip?

config value something like:
"compression-program": "tar czf {1} {0}",

where {0} is the directory to be compressed and {1} is the output so that a user could change it like so:
"compression-program": "tar cf - {0} | pigz > {1}",

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions