Skip to content

Resticprofile specify compression level #145

Answered by jkellerer
stefanroellin asked this question in Q&A
Discussion options

You must be logged in to vote

resticprofile passes any additional arguments that are specified inside a profile to the restic binary. In addition it also allows to specify extra environment variables. This means there are in general 2 options to specify compression mode:

Option 1 - environment:

default:
  environment:
    RESTIC_COMPRESSION: auto

Option 2 - additional argument in backup section:

default:
  backup:
    compression: auto

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@stefanroellin
Comment options

@jkellerer
Comment options

Answer selected by stefanroellin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants