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

pleskbackup --clients does not work

R

RuthServer

Guest
Hi,

i just want to backup ALL clients: /pleskbackup --clients /backup ... but i became this message in shell: Required option "-list ..." is not set

Where is the problem?
 
/usr/local/psa/bin/pleskbackup --all /path/to/file/FILENAMEHERE -verbose

Run the above instead, and also make sure that your plesk BU utilities are patched!
 
what does this command do -verbose? pleskbackup --full works fine but if there is a command --clients why doesn´t it work?
 
thx :) .. but i have all updates and --all makes his job (i hope). The question is why the --clients command wants the -list command too
 
I use a script to backup clients using the command line
/usr/local/psa/bin/pleskbackup --clients $backupdir/$date.svr -list $clientdir/trout
Substitute the values with your current directory and the backup file name and directory where the client files exists if you run this manually.

You have to create a directory or files in a current directory

As with the above example, create a file called trout and put all domains in that file that client trout has:
example.com
example2.com
etc....

We use this script on FC4/PSA8 and CENTOS4.2/PSA8 with no problems backing up or restoring.
 
Back
Top