Closed eyenx closed 4 years ago
I'd suggest to also add a small note why it makes sense to use this script instead of Velero. For example for very basic K8s resource dumps when S3 is not available.
command already checks whether the file is executable, so all the command checks can be simplified to:
command
if ! command -v … >/dev/null; then
--edit: Thanks for fixing!
I'd suggest to also add a small note why it makes sense to use this script instead of Velero. For example for very basic K8s resource dumps when S3 is not available.