[% USE ServerRoles; USE Services; SET CPANEL.CPVAR.headerimg = "../images/tools.gif"; SET CPANEL.CPVAR.dprefix="../"; # TODO: deduplicate this w/ wizard-restore.html.tt IF ServerRoles.is_role_enabled('MailReceive'); IF CPANEL.feature('forwarders'); IF CPANEL.feature('blockers'); SET email_label = locale.maketext("Email Forwarders [output,amp] Filters"); ELSE; SET email_label = locale.maketext("Email Forwarders"); END; ELSIF CPANEL.feature('blockers'); SET email_label = locale.maketext("Email Filters"); END; END; SET can_backup_db = CPANEL.feature("mysql") && Services.is_service_provided("mysql"); %] [% WRAPPER '_assets/master.html.tt' app_key = 'backup_wizard' include_legacy_stylesheets = 1 include_legacy_scripts = 1 include_cjt = 1 page_stylesheets = ["css2-min/backup.css"] -%]
[% IF !CPANEL.feature('backup') %] [% ELSE %]

[% locale.maketext('Steps:') %]

  1. [% locale.maketext("Back Up or Restore") %]
  2. [% locale.maketext("Full or Partial Backup") %]
  3. [% locale.maketext("Download") %]

[% locale.maketext("Full Backup") %]

[% locale.maketext("This feature allows you to create an archive of all the files and configurations on your website.") %]

[% locale.maketext("Full Backup") %]

[% locale.maketext("Note: You can only use this option to move your account to another server or to download a copy of your account. You cannot restore Full Backups through your [asis,cPanel] interface.") %]

[% locale.maketext("Select Partial Backup") %]

[% locale.maketext("This feature allows you to select which partial backup you want to download.") %]

[% locale.maketext("Home Directory") %] [% IF can_backup_db %][% locale.maketext("Databases") %][% END %] [% IF email_label %] [% email_label %] [% END %]
[% INCLUDE _assets/return_link.html.tt return_location="wizard.html" return_link_text=locale.maketext("Go Back") %] [% END %]
[% END %]