-
-
Notifications
You must be signed in to change notification settings - Fork 758
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
stats gives a stoping error #5415
Comments
borg version? |
This is from current 1.1-maint code:
|
Yep, it's the latest 1.1.14. |
Huh, that is strange. Do we deal at different places in borg code with that stuff? The current 1.1-maint code is not very different from 1.1.14 release code... Can you give the full borg command? |
borg init --encryption none borg create --list --filter AME --stats --show-rc --compression zstd --exclude-caches --nobsdflags --exclude-from /backup/exclude.txt --dry-run /backup/repo::'{hostname}-{now}' /folder1 /folder2
|
It's a bug, borg aborts when parsing args as they are defined in a mutually exclusive group. Note: the --filter=AME does not give any output when used with --dry-run, because status will be |
…-1.1 fix --dry-run and --stats coexistence, fixes #5415
borg create: error: argument -n/--dry-run: not allowed with argument -s/--stats
It could be a warning, but an error is a bit of overreact, I guess.
The text was updated successfully, but these errors were encountered: