Backup in kloxo

Status
Not open for further replies.

george101

Active Member
721
2009
71
0
there is a backup home option in kloxo. does it create full backup which i can use to transfer the forum and wordpress installed in it? its not i want to transfer now, but in case my vps goes offline or data is lost for some reason, how can i make restore it completely? better safe than sorry.

hope someone can guide me with this
 
5 comments
It's a full backup that is stored locally by default. You can even set it to upload to somewhere remote in case you lose your server completely. You can also set automatic updates.

You can PM me if you need more help
 
does that backup containg database and everything? so i just need it restore my sites completely in case of server failure or data loss?
 
If you have the whole vps kloxo backup file then :
To restore:
/script/restore --restore --accounts=all <backup-file-path>

To list the contents of a backup file.
/script/restore --list <backup-file-path>

To restore only certain domains/clients
cd /usr/local/lxlabs/kloxo/httpdocs/

lphp.exe ../bin/common/restore.php --restore --accounts=domain:domain.com,client:clientname <backup-file-path>

If you have taken the backup under a specific client, and want to restore under the same client, you can provide the client's class and name via --class and --name respectively. You have to first make sure that this client exists in the system. That is, you have to first add a client with the clientname, and then you can restore the backup under him.

cd /usr/local/lxlabs/kloxo/httpdocs/

lphp.exe ../bin/common/restore.php --class=client --name=clientname --restore <backup-file-path>

May this help you ..
 
Status
Not open for further replies.
Back
Top