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

check-before and --dry-run #100

Closed
tj57 opened this issue Apr 12, 2022 · 1 comment
Closed

check-before and --dry-run #100

tj57 opened this issue Apr 12, 2022 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@tj57
Copy link

tj57 commented Apr 12, 2022

Restic 0.13.0 new option --dry-run has conflict with check-before: true.
Enhancement restic/restic#1542: Add --dry-run/-n option to backup command

With this config:
``etc:
initialize: false
inherit: default
backup:
source:
- /etc/
tag:
- "etc"
check-before: true`

command: resticprofile -v -n etc backup --dry-run -v got error unknown flag: --dry-run.
Without check-before works correctly.

@jkellerer jkellerer self-assigned this Apr 12, 2022
@jkellerer jkellerer added the bug Something isn't working label Apr 12, 2022
jkellerer added a commit to jkellerer/resticprofile that referenced this issue Apr 12, 2022
@jkellerer jkellerer reopened this Apr 12, 2022
@jkellerer
Copy link
Collaborator

jkellerer commented Apr 12, 2022

Was too quick in closing. Should be closed when a new build is released and you verified it. Thanks for the case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants