#!/usr/bin/bash

DEPRECATION_MESSAGE="
DEPRECATION WARNING: katello-backup is deprecated and will
be removed in the next Satellite release. It is being replaced by
satellite-backup. Redirecting to satellite-backup now.
"

echo "$DEPRECATION_MESSAGE"
satellite-backup $*
