- OS is Windows 2012;
 - The backup was created in the following way: C:\> cd %PLESK_CLI% C:\> pleskbackup –server –configuration –output-file=”.”
 
To find out the backup follow the steps below:
- Connect to the server via RDP;
 - Open Powershell and run the command below to find out the backup:
 
Get-ChildItem -Path C:\ -Filter .zip -Recurse -ErrorAction SilentlyContinue -Force