• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Log pleskbakup

P

prpm

Guest
HI.
In other version of plesk, when use psadump to backup the server, i ckeck the log in /tmp/psadum-<date>.log to see if finished fine.
But now in PLESK 8 with pleskbackup, where is the log file to check it???
Thanks
 
pleskdump prints its output to your terminal. When using pleskdump in a cron job for instance you can redirect the output to a log file yourself:

Code:
/usr/local/psa/bin/pleskbackup --all $backupfile > $logfile 2>&1
 
I've tried running pleskbackup in my terminal specifically to see the output.

Pleskbackup runs and finishes, but it did not output anything into the terminal!

What am I supposed to see?

Also note that I'm running the latest 8.0.1.


Regards,

Limedrink.
 
If you're not redirecting output you should see a lot of output about what pleskbackup is doing. What command did you execute exactly?
 
That's what I thought too. I'm running:

/usr/local/psa/bin/pleskbackup --all filename
 
PLESKBACKUP_DEBUG=1 /usr/local/psa/bin/pleskbackup ...

Logs will be in /var/lib/psa/dumps/tmp/ AFAIK
 
Hmmmm....

I tried that too this week, and that folder is still empty.

Any other ideas?
 
I contacted SWsoft support regarding the issue and they refused to offer me any support because I'm licensed through my datacenter.

I really hope these full server backups are being created correctly...

I could try a test restore on another server, but I'd need another license for that.

If anyone has any other ideas, please let me know.


Regards,

Limedrink.
 
Back
Top