Automatically delete backups on FTP in the Additional Destinations

aryanweb

Registered
Jun 13, 2008
2
0
51
Hello friends
How to automatically remove FTP backups from the Additional Destinations (Backup Configuration)?
I have little space and need new backups to replace old backups.
 

aryanweb

Registered
Jun 13, 2008
2
0
51
I checked for several servers, none of them have automatic removal for FTP.
But internally retain works properly.

/usr/local/cpanel/logs/cpbackup_transporter
I checked this section, nothing was written about deletion in the FTP section.
 
Last edited:

cPRex

Jurassic Moderator
Staff member
Oct 19, 2014
16,617
2,624
363
cPanel Access Level
Root Administrator
Here's a section of our backup documentation for the remote FTP connections:

Code:
Make certain that your FTP server supports the MLSD (Machine List Directory) or LIST commands. If the FTP server does not support these commands, the backup system cannot use the FTP server as a remote FTP server.
        Unix-supported FTP servers, such as ProFTP and Pure-FTPd, support these commands.
        For more information about these commands, read Wikipedia’s List of FTP commands documentation and itef.org’s RCF 3659 documentation.

    Make certain that any hidden files (files that begin with a period(.)) on the FTP server have write permissions. The backup system can only prune data from files with these permissions.

    We strongly recommend that you use Pure-FTPd or ProFTPD on remote FTP servers. Unexpected results may occur with some FTP server software.
        If you use Pure-FTPd, ensure that the DisplayDotFiles yes statement resides in the /etc/pure-ftpd.conf file.
        If you use ProFTPD, ensure that the Listsettings -a statement resides in the /etc/proftpd.conf file

    If you use the Very Secure FTP daemon (vsftpd), ensure that you set the force_dot_files setting to yes in the /etc/vsftpd.conf file. For more information about vsftpd, read the vsftpd documentation.
Can you confirm the remote server meets those requirements?