• 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 from Dropbox failed after server reinstall

CMDR_Gicu

New Pleskian
Hello,

I've got one backup file on dropbox saved.
After reinstall my whole server Dropbox backup won't let me restore choosen backup because is done on other Plesk panel and I have to -ignore-sign option but I don't see that in Dropbox backup settings.

So it is a second way to restore my whole system with this .tar file?

I'm just downloaded my backup from dropbox and uploaded this to:
/var/lib/psa/dumps/

But Plesk don't see this file... :(
-----
Trying to use pleskrestore command but command not found:

Code:
 pleskrestore --restore [development.tar] -ignore-sign
-bash: pleskrestore: command not found
Trying to use this command:
Code:
[root@development dumps]# ./pleskrestore --restore "development.tar" -ignore-sign
-bash: ./pleskrestore: No such file or directory
Uncompressed archive using:
Code:
tar xvf development.tar
Code:
./pleskrestore --restore backup_development_info_1507270501.xml -ignore-sign
-bash: ./pleskrestore: No such file or directory
 
Last edited:
Ok,
Used new command:
Code:
/usr/local/psa/bin/pleskrestore --restore backup_development_info_1507270501.xml -ignore-sign -level server

It's work!
Thanks you for your help ;)
 
Last edited:
Back
Top