fix(backup): add action to binary#1210
Open
yajo wants to merge 1 commit intoTecnativa:masterfrom
Open
Conversation
yajo
commented
Jan 30, 2026
Contributor
Author
There was a problem hiding this comment.
Ah sorry, it was a mistake on my side. I was setting in $SRC a value like file:///..., and that seems to be an unsupported protocol. When removing it, the shortcut started working again.
I mean, it's not like this change is gonna hurt, anyway. At least, if you merge it, the error message for the next one will be easier to understand. And this message will be removed when using it:
No valid action found. Will imply 'backup' because a path source was given and target is a url location.
But you can close it if you prefer.
Thanks anyway.
josep-tecnativa
approved these changes
Feb 3, 2026
Contributor
|
The fix looks good to me @yajo , but could you review CI please? |
Contributor
Author
|
CI failure looks unrelated. |
Contributor
|
@yajo , Could you rebase please? |
At some point, recent duplicity started yelling this error when running `backup`:
CommandLineError: Invalid 'file:///mnt/backup/src' action and cannot be implied from the given arguments:
Some time ago, the `backup` action was implicit, but it must be explicit now.
@moduon MT-13412
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
At some point, recent duplicity started yelling this error when running
backup:Some time ago, the
backupaction was implicit, but it must be explicit now.@moduon MT-13412