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

zstd, xz, bzip2 compression support #9

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Conversation

mralusw
Copy link

@mralusw mralusw commented Nov 7, 2022

I've added more (de)compression options for import / export. Compression is auto-detected from filename extensions, or can be specified in VACKUP_COMPRESS.

Other changes:

  • (de)compression is performed on the host; the uncompressed tarball is piped into / out of the container
  • FILE args can be full paths
  • all messages go to stderr (in the future, perhaps FILE args could be - for stdin / stdout backup / restore)

The README would need to be updated as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant