Results 1 to 1 of 1
How to backup and restore in plesk linux based servers..
BACKUP
/usr/local/psa/bin/pleskbackup -v domains domainname.com backupfilename
RESTORE
CREATING MAPFILE
/usr/local/psa/bin/pleskrestore --create-map backupfilename -map yourmapfilename
yourmapfilename = any name
To restore ...
- 01-10-2009 #1Linux Newbie
- Join Date
- Apr 2008
- Location
- India
- Posts
- 170
[SOLVED] Plesk backup and restoring a single domain or whole server
How to backup and restore in plesk linux based servers..
BACKUP
/usr/local/psa/bin/pleskbackup -v domains domainname.com backupfilename
RESTORE
CREATING MAPFILE
/usr/local/psa/bin/pleskrestore --create-map backupfilename -map yourmapfilename
yourmapfilename = any name
To restore an domain edit the map
vi yourmapfilename
the map file would be like this
yourdomainname.com 11.22.33.44 # IP address
mysql::@localhost:3306
comment the unwanted domain and save the file
Restoring the domain form mapfile
/usr/local/psa/bin/pleskrestore --restore backupfilename -level domains -map yourmapfilename
This will restore the complete domainRegards
David.s
davidanands.co.cc
-->Success is the list of failures ...!!!


