Re: [Koha] How can I make a back up?
2012/11/7 juan hernandez <jnherz@gmail.com>
yes, thank you but using:
backup: # mysqldump -u root -p database_name > yourfilename.sql restore:# mysql -u root -p database_name < yourfilename.sql i can make this, usin command prompt.
but I would like to know if there is a way to make the same (above) without command prompt, I mean inside Koha, example: all the bibliographic ---- export button --- import button all the circulation ---- export button -- import button
but the movements? reservations? etc?
thanks in advace
2012/11/7 Mohamed zalabany <mh_zalabany@hotmail.com>
the common solution for backup is MySQL backup you can use Tar command to backup the koha files or backup the whole system of Linux
* *
* *
*Mohamed El Zalabany* ** *Integrated library systems consultant*
Zalabany Knowledge Systems Team© For Libraries and Information systems Development and support mh_zalabany@hotmail.com Mobile: 0111291444
**
Date: Tue, 6 Nov 2012 18:10:58 -0600 From: jnherz@gmail.com To: koha@lists.katipo.co.nz Subject: [Koha] How can I make a back up?
Hello I would like to know how I can make a back up inside koha? Cataloguing, circulation and all database? Not using mysql commands, can I make this? _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
* juan hernandez (jnherz@gmail.com) wrote:
2012/11/7 juan hernandez <jnherz@gmail.com>
yes, thank you but using:
backup: # mysqldump -u root -p database_name > yourfilename.sql restore:# mysql -u root -p database_name < yourfilename.sql i can make this, usin command prompt.
but I would like to know if there is a way to make the same (above) without command prompt, I mean inside Koha, example: all the bibliographic ---- export button --- import button all the circulation ---- export button -- import button
but the movements? reservations? etc?
thanks in advace
No there isn't.
But if you run Koha using the debian packages, it will be doing nightly backups for you, which in the newer versions of Koha you can download from the staff interface. You can also run koha-backup from the commandline if you are using packages. Chris -- Chris Cormack Catalyst IT Ltd. +64 4 803 2238 PO Box 11-053, Manners St, Wellington 6142, New Zealand
participants (2)
-
Chris Cormack -
juan hernandez