# Backup

The Backup module for UAPI.

## Back up cPanel account via FTP

 - [GET /Backup/fullbackup_to_ftp](https://api.docs.cpanel.net/specifications/cpanel.openapi/backup/fullbackup_to_ftp.md): This function creates a full backup to the remote server via File Transfer Protocol (FTP). The system creates a file in the backup-MM.DD.YYYY_HH-mm-ss.tar.gz filename format.

## Back up cPanel account to home directory

 - [GET /Backup/fullbackup_to_homedir](https://api.docs.cpanel.net/specifications/cpanel.openapi/backup/fullbackup_to_homedir.md): This function creates a full backup to the user's home directory. The system creates a file in the backup-MM.DD.YYYY_HH-mm-ss_username.tar.gz filename format.

## Back up cPanel account via SCP with SSH key

 - [GET /Backup/fullbackup_to_scp_with_key](https://api.docs.cpanel.net/specifications/cpanel.openapi/backup/fullbackup_to_scp_with_key.md): This function creates a full backup to a remote server with a private SSH key via the secure copy protocol (scp) command. The system creates a file in the backup-MM.DD.YYYY_HH-mm-ss_username.tar.gz filename format.

## Back up cPanel account via SCP with password

 - [GET /Backup/fullbackup_to_scp_with_password](https://api.docs.cpanel.net/specifications/cpanel.openapi/backup/fullbackup_to_scp_with_password.md): This function creates a full backup to a remote server via the secure copy protocol (scp) command with a password. The system creates a file in the backup-MM.DD.YYYY_HH-mm-ss.tar.gz filename format.

## Return backup files

 - [GET /Backup/list_backups](https://api.docs.cpanel.net/specifications/cpanel.openapi/backup/list_backups.md): This function lists the account's backup files.

