• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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