• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved View current restore progress

onycro

Basic Pleskian
Hello there,

I started to restore a whole backup (but forgot to check "send email after completing the backup task"). Now the backup is ongoing and in the backup manager it shows that it is working.

But is there any chance to get information on how much of the data is transferred? Or what objects already are restored?
And can I opt-in for the email even after starting the job, to receive a finish-notification. Or is it only possible to set the preference right in the beginning?

Regards
onycro
 
I believe it is impossible to add the e-mail option after the job was started. However, with root access to the console you can view the logs as they are being written by the process:

# cd /usr/local/psa/PMM/logs
# ls -la

will display several restore log directories. Select the one that matches your restore date and descend into it, e.g.

# cd /usr/local/psa/PMM/logs/restore-2016-08-31-10-46-57-900

In that directory see pmmcli.log and deployer.log for details of your restore, e.g.

# less pmmcli.log
Hit Shift+F for continuous on-screen update as the file is being written. Hit Crtrl+C to stop the continous update. q to exit less.
 
Back
Top