[%# Variables passed in: origin - the system component which generated the email host_server reason - the reason why transport is disabled name - the name(alias) of the backup destination type - the backup destination type (ftp, sftp, scp, homedir) remote_host - Remote host address that corresponds to name For more information about how to customize notification templates, read our documentation at https://go.cpanel.net/notificationtemplates -%] [% PROCESS "include/colors.tmpl"; PROCESS "include/styles.tmpl"; WRAPPER 'wrapper/main.html.tmpl'; NOTICE.email_reason = CPANEL.locale.maketext('Backup Transport Disabled.'); %]

[% CPANEL.locale.maketext('One of the methods that the system uses to transfer a backup is disabled:'); %]

[% CPANEL.locale.maketext('Name:') %] [% NOTICE.name %]
[% CPANEL.locale.maketext('Type:') %] [% NOTICE.type %]
[% CPANEL.locale.maketext('Remote Host:') %] [% NOTICE.remote_host %]
[% CPANEL.locale.maketext('Reason:') %] [% NOTICE.reason %]

[% CPANEL.locale.maketext('To manage your backup transports and to fix this issue, use [asis,WHM]’s [_1] interface at: [output,url,_2,_2,target,_3]', CPANEL.locale.maketext('Backup Configuration'), CPANEL.assemble_whm_url("scripts/backupconfig"),'_blank') %]

[% END %]