add verification for hostname for backup command #86
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
currently the backup functionality of backup bot does not validate the input parameter --host at all. In case the host does not exist, e.g. the
createcommand exits withbackup finishedand thesnapshotscommand withNo Snapshots found for app.This should be improved as it is quiet error prone.
add verification for hostnameto add verification for hostname for backup command