2012/11/7 juan hernandez <[email protected]>
> 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 <[email protected]> > >> >> 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 >> [email protected] >> Mobile: 0111291444 >> >> ** >> >> >> > Date: Tue, 6 Nov 2012 18:10:58 -0600 >> > From: [email protected] >> > To: [email protected] >> > 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 >> > [email protected] >> > http://lists.katipo.co.nz/mailman/listinfo/koha >> > > _______________________________________________ Koha mailing list http://koha-community.org [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha

