[% USE Api2; SET CPANEL.CPVAR.dprefix = "../"; SET backups_list_full_backups = Api2.exec("Backups", "listfullbackups", {}); %] [% WRAPPER '_assets/master.html.tt' app_key = 'backup' -%]
[% IF !CPANEL.feature('backup') %] [% ELSE %]

[% 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="index.html" return_link_text= locale.maketext("Go Back") %] [% END %]
[% END #wrapper -%]