[% SET CPANEL.CPVAR.headerimg = "../images/tools.gif"; SET CPANEL.CPVAR.dprefix = "../"; SET backups_list_full_backups = Api2.exec("Backups", "listfullbackups", {}); %] [% 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("A full backup will create an archive of all the files and configurations on your website. You can only use this to move your account to another server, or to keep a local copy of your files. You [output,strong,cannot] restore full backups through your cPanel interface.") %]

[% locale.maketext("Backups Available for Download:") %]

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

[% INCLUDE "fullbackup-include.html.tt" %]
[% INCLUDE _assets/return_link.html.tt return_location="wizard-backup.html" return_link_text=locale.maketext("Go Back") %] [% END %]
[% END %]