Skip to content

check-before and --dry-run #100

Description

@tj57

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions