| ReadMe [message #63775] |
Sat, 09 May 2009 09:41  |
adminmaster  Messages: 102 Registered: July 2005 |
Valuable Member Administrator |
|
|
Backup/Restore is a core part of Kloxo. You can take backup of your entire hosting and you can trivially restore it exactly on another server. In a cluster setup, you can take backup in one cluster configuration, and when restoring, you can tell Kloxo to re-arrange the resources on different servers.
Backup/Restore is also an extremely important aspect of web-hosting, and delivers peace of mind, and in fact, one of the main advantages of having a control Panel on your server.
This forum is dedicated to problems you experience vis-a-vis backup/restore, and we are committed to saving your data whatever be your configuration.
It is recommended, though not necessary, that both the source and destination Kloxo be the latest version, but Kloxo should be transparently able to handle older versions.
To take backup of your entire system:
/script/backup --class=client --name=admin
Kloxo is 100% hierarchical. So if you take the backup of a top level client, automatically every resource under him is included, including his clients, domains, ssl certificates, or whatever resources he has. In the above case, you are taking the backup for admin, which actually includes your entire hosting.
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>
[Updated on: Sat, 09 May 2009 09:48] Report message to a moderator
|
|
|
|
| Re: ReadMe [message #63818 is a reply to message #63805] |
Sat, 09 May 2009 22:15   |
Lxhelp Messages: 23691 Registered: July 2006 |
The Champion |
|
|
This was fixed. The 4GB backup problem was solved perfectly, and now it works. If you run into any issue, please let me know, and I will login and fix it.
thanks.
On Sat, May 09, 2009 at 05:49:05PM -0000, Rhett wrote:
>
>
> Just a note here.... backing up the entire system only works if you have a very small server/number of domains... it does nto work however if you have over 4gb or so of things to backup... the backup fails each and every time on large sites/servers.
>
> This has been hashed out several times in the past and no work around was ever done.
>
>
>
|
|
|
|
| Re: ReadMe [message #63828 is a reply to message #63827] |
Sat, 09 May 2009 23:22   |
Lxhelp Messages: 23691 Registered: July 2006 |
The Champion |
|
|
It was explicitly said so in the announcement forum. You can check the announcement forum for the info.
thanks.
On Sun, May 10, 2009 at 03:19:08AM -0000, Rhett wrote:
>
> > >
>
>
> I wish I would have known it was fixed.... I will try now to backup the complete server... :) and let you know how it goes.
>
>
>
>
|
|
|
|
| Re: ReadMe [message #63831 is a reply to message #63829] |
Sat, 09 May 2009 23:47   |
Lxhelp Messages: 23691 Registered: July 2006 |
The Champion |
|
|
| Quote: |
On Sun, May 10, 2009 at 03:44:59AM -0000, Rhett wrote:
>
> It still failed... but I will start another thread.
>
>
|
If there is a problem with backup/restore, we will definitely fix it. It is the most critical part of kloxo.
thanks.
|
|
|
|
|
| Re: ReadMe [message #71607 is a reply to message #71562] |
Fri, 30 October 2009 16:23  |
|
| secure_host wrote on Mon, 26 October 2009 08:58 | hi
how to Resotre Only Data Bases ?
tnx
|
This is a very old thread.
You should consider making a new thread - and try to include some details.
If you haven't backed up your dbs, you can't restore them.
If you used the get backup function under Databases -> db name -> Get Backup, you should use the restore button right beside it.
If you've used PhpMyAdmin to dump, just use the import function.
... but start a thread - and explain what you are having trouble with - maybe people cant help you with your problem, but you have to give them a chance with specifics.
|
|
|