{% load i18n horizon humanize %} {% block help_message %}

{% blocktrans trimmed %}Action{% endblocktrans %}

{% blocktrans trimmed %}An action is the simplest execution within a job, it could be a backup or a restore and it contains rules that the action must follow (max retries, interval between executions, etc).{% endblocktrans %}

*** If creating a Restore Action, you must name the Action the same as the Backup Action you are restoring. ***

{% endblock %}