Description
This function retrieves a list of full server backups.
Examples
LiveAPI PHP Class
$cpanel = new CPANEL(); // Connect to cPanel - only do this once.
$list_backups = $cpanel->api1('Fileman', 'listfullbackups'); // Call the function.
LiveAPI Perl Module
my $cpliveapi = Cpanel::LiveAPI->new(); # Connect to cPanel - only do this once.
my $list_backups = $cpliveapi->api1('Fileman', 'listfullbackups'); # Call the function.
cPanel Tag System (deprecated)
Warning:
In cPanel & WHM version 11.30 and later, cPanel tags are deprecated. This example is present in order to help developers move from the old cPanel tag system to our LiveAPI.
We strongly recommend that you only use the LiveAPI system to call the cPanel APIs.
<cpanel Module="Fileman::listfullbackups ()">
Output (HTML)
<div
class="okmsg"><b><a
href="/download?file=backup-11.30.2009_11-18-35_username.tar.gz">backup-11.30.2009_11-18-35_username.tar.gz</a></b>
(Mon Nov 30 11:18:35 2009)<br /></div>
<div class="warningmsg">backup-2.15.2010_10-32-02_username.tar.gz (Mon Feb 15 10:32:02 2010) [in progress]
Parameters
This function does not accept parameters.
Returns
This function returns a full list of backups in HTML-encoded format.