Plesk

Leftovers remain in Plesk domain’s backup manager that can not be removed

Symptoms

Cause

Failure during backup removal process.

Resolution

  1. Connect to the server via RDP.

  2. Open command prompt and navigate to backup location:

    cd %plesk_dir%Backup

  3. Find all files that are related to the backup:

    dir /b/s *2101091822* > C:backup_leftovers.txt

  4. Switch to PowerShell and remove the files:

    powershell

    Get-Content C:backup_leftovers.txt | Remove-Item

Solution for Plesk on Linux

  1. Connect to the server via SSH.

  2. Remove the corresponding backup file:

    # find /var/lib/psa/dumps/ -type f -iname *2101091822* -exec rm {} ;

Exit mobile version