[% locale.maketext("Back Up") %]
[% locale.maketext("This feature allows you to download a compressed copy of all or part of your website.") %]
[% locale.maketext("The system will include the following items in the backup file:") %]
[% IF ServerRoles.is_role_enabled('FileStorage') -%]
- [% locale.maketext("The home directory.") %]
[% END -%]
[% IF can_backup_db %]- [% locale.maketext("Databases.") %]
[% END %]
[% IF ServerRoles.is_role_enabled('MailReceive') -%]
[% IF CPANEL.feature("forwarders") %]- [% locale.maketext("Email forwarder configurations.") %]
[% END %]
[% IF CPANEL.feature("blockers") %]- [% locale.maketext("Email filter configurations.") %]
[% END %]
[% END -%]
[% locale.maketext("Back Up") %]
[% locale.maketext("Restore") %]
[% IF !under_quota %]
[% locale.maketext('Warning:') %]
[% locale.maketext("Restore is disabled because you are currently exceeding your disk quota.") %]
[% END %]
[% locale.maketext("This feature allows you to upload an existing partial backup file in order to restore parts of your website.") %]
[% locale.maketext("The system will restore the following items if they exist in the backup file:") %]
[% IF ServerRoles.is_role_enabled('FileStorage') -%]
- [% locale.maketext("The home directory.") %]
[% END -%]
[% IF can_backup_db %]- [% locale.maketext("Databases.") %]
[% END %]
[% IF ServerRoles.is_role_enabled('MailReceive') -%]
[% IF CPANEL.feature("forwarders") %]- [% locale.maketext("Email forwarder configurations.") %]
[% END %]
[% IF CPANEL.feature("blockers") %]- [% locale.maketext("Email filter configurations.") %]
[% END %]
[% END -%]
[% locale.maketext("Restore") %]