We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a follow-up to the issue #101 can you set the versions of the dependencies? First of all borgbackup and borgmatic.
borgbackup
borgmatic
This is to prevent unexpected changes in cli. This is a good practice promoted by the 12 factors.
I think you can do this here whit this code :
borg_python_packages: - borgbackup==1.2.2 - borgmatic==1.7.1
The text was updated successfully, but these errors were encountered:
Unfortunately not because some OS use old Python versions and will pull in an older version.
Sorry, something went wrong.
I think this can be closed as #107 is a workaround
No branches or pull requests
As a follow-up to the issue #101 can you set the versions of the dependencies?
First of all
borgbackup
andborgmatic
.This is to prevent unexpected changes in cli.
This is a good practice promoted by the 12 factors.
I think you can do this here whit this code :
The text was updated successfully, but these errors were encountered: