Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an option to copy collected data to destination directory #188

Closed
tclahr opened this issue Dec 6, 2023 · 1 comment
Closed

Add an option to copy collected data to destination directory #188

tclahr opened this issue Dec 6, 2023 · 1 comment
Assignees
Labels
status: development In development phase type: enhancement New feature or request

Comments

@tclahr
Copy link
Owner

tclahr commented Dec 6, 2023

Add an option to copy collected data to a destination directory instead of creating an archive output file.

@tclahr tclahr self-assigned this Dec 6, 2023
@tclahr tclahr added the type: enhancement New feature or request label Dec 6, 2023
@tclahr tclahr changed the title Add an option to copy collected data to destination directory (no archive output file) Add an option to copy collected data to destination directory Dec 6, 2023
@tclahr tclahr added the status: development In development phase label Apr 15, 2024
@tclahr
Copy link
Owner Author

tclahr commented Jul 4, 2024

This now can be accomplished using none as output format.

-f, --output-format

Specify the output format. Compression will be automatically enabled if gzip is available.

Options: none, tar, zip (Default is tar)

  • none: Collected data will not be archived or compressed. Instead, it will be copied directly to an output directory.
  • tar: Collected data will be archived (and compressed) into a tar file.
  • zip: Collected data will be archived and compressed into a zip file.

@tclahr tclahr closed this as completed Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: development In development phase type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant