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

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