We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Both versions appear to force stream format to mbstream or xbstream (tar no longer supported):
else: args.append("--backup") if stream: args.append("--stream=xbstream")
Holland then keeps the originally configured stream method, ie tar by default, in the filename:
if stream: if stream == "tar": archive_path = join(backup_directory, "backup.tar") elif stream == "xbstream": archive_path = join(backup_directory, "backup.xb")
It would be good for the mk-config command to not default to tar, and to change the output file name away from tar.
mk-config
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Both versions appear to force stream format to mbstream or xbstream (tar no longer supported):
Holland then keeps the originally configured stream method, ie tar by default, in the filename:
It would be good for the
mk-config
command to not default to tar, and to change the output file name away from tar.The text was updated successfully, but these errors were encountered: