• 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.

cl backup of one domain

M

modom

Guest
How do you backup one domain in the command line using the backup and restore section of plesk:
http://download1.swsoft.com/Plesk/Plesk8.0/Doc/plesk-8-backup-restore-users-guide/index.htm

I made a text file in root/psa/test_domainsave.txt and added my domain name.

Then I tried to run this command but it just says "file does not readable". I have the permissions at 777.
/usr/local/psa/bin/pleskbackup --domains test_domainsave.txt -list index.html

Any help is appreciated.
 
Also having this problem....
Am trying to sort it out. If I find out, I will let you know.
 
The manual is not correct.

This is from swsoft after putting in a ticket:

Hello,

Thank you very much for reporting this mistake to us, it happened becuase -list was parsed as
backup file name and then it couldn't recognise '-' as an option. Backup file name should
follow -domains (-all, -clients) option. This will be fixed soon.

Also, I've uploaded and upgraded backup and migration utilities RPMs:

[root@godslove root]# rpm -Uvh /root/psa-*

After that I was able to create a backup file for one domain with this command.

[root@godslove root]# echo 'domain.com' | /usr/local/psa/bin/pleskbackup --domains testbackup -list - [root@godslove root]# ls -l testbackup
-rw-r--r-- 1 root root 3109395 May 24 01:50 testbackup
 
Back
Top