FBBR – Troubleshooting – FTP Backup
November 20, 2023FBBR – Troubleshooting – FTPS Backup
November 22, 2023FBBR – Troubleshooting – FTP Retention
Retention involves the process of changing to the directory, listing files and removing them.
You can get the directory name from the Backup History or from the FTP Server.
To list files in the FTP directory, use the below command.
curl --fail -u <username> --connect-timeout 10 --noproxy * --silent --show-error --list-only ftp://<FTP_SERVER_IP>/<DIRETORY>/
Adding -v will give verbose logging for the command
To delete a file,
curl -vvv --fail -u <username> -k --noproxy * --show-error -Q 'DELE <directory>/<filename>' ftp://<FTP_SERVER_IP/
In the Series:
- File-Based Backup and Restore – vCenter
- FBBR – Troubleshooting – Using Self Backup
- FBBR – Troubleshooting – FTP Backup
- FBBR – Troubleshooting – FTP Retention
- FBBR – Troubleshooting – FTPS Backup
- FBBR – Troubleshooting – FTPS Retention
- FBBR – Troubleshooting – HTTP
- FBBR – Troubleshooting – HTTPS Backup
- FBBR – Troubleshooting – HTTPS Retention
- FBBR – Troubleshooting – SCP
- FBBR – Troubleshooting – SFTP
- FBBR – Troubleshooting – SFTP Backup
- FBBR – Troubleshooting – SFTP Retention
- FBBR – Troubleshooting – NFS Backup
- FBBR – Troubleshooting – SMB Backup
- FBBR – Troubleshooting – SMB – 6.x/Upto 7.0U3e
- FBBR – Troubleshooting – SMB – From 7.0U3f/8.x
- File-Based Backup and Restore – Strict Certificate Validation
- File-Based Backup and Restore – Steps to Restore
- File-Based Backup and Restore – VCHA