-
-
Notifications
You must be signed in to change notification settings - Fork 743
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
borg2: implement tag command #8425
Comments
Later, to give the tags better visibility, |
Selection based on tags for miscellaneous borg operations: see #8423. |
I decided to do the low-level groundwork for this in #8426, so anyone taking this issue only needs to deal with the |
Fixed by #8449. |
As borg2 is now using all archive metadata directly from the archive object, having some more metadata in there would be useful.
CLI interface could look like this:
Tag validation: only allow
0..9a..zA..Z-
(specifically do not allow blank or comma)The text was updated successfully, but these errors were encountered: