• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Backup Issue

C

choonkiat

Guest
i am trying to backup and restore the entire plesk. So i did a command

./pleskbackup all <filename>


But when i try to restore
using this command this is the error

./pleskrestore --restore <filename> -level all -map <path>
## ERROR in Line 1: Syntax error: unknown keyword


using a textfile i look into the backup file, they are all in a mess and doesn't make any sense.

Did i backup wrongly?
Thanks for any advice...
 
Syntax for pleskrestore is incorrect, you should use 'server' instead of 'all':

./pleskrestore --restore <filename> -level server -map <path>

Also it is useful to verify syntax of the utility running is with the '--help' option.

-level <clients | domains | server>
Specifies restoring level: restore
clients from backup, domains from
backup or server-wide backup.

./anb
 
Back
Top