hi, what database do you use?
in postgres you only has to make a dump from your database. 1. su postgres 2. pg_dump [options] dbname > outputfile type pg_dump for options. to restore database: 1. su postgres 2. psql -U user database 3. "\i inputfile" that's it ;-) ciao anton > > Hi! > > Thanks for last reply Simander it solved the problem. > (Message was: Problems with logout and...) > > Now we would like to know if somebody has an idea how to backup > SQL-Ledger's database! > >From Ledger's backup list or from anywhere. > > We are waiting for your response... > > Thanks! > > > > ---------------------------------------------------------------------------- > Bringing you mounds of caffeinated joy > >>> http://thinkgeek.com/sf <<< > > _______________________________________________ > Listinfo https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > Archive http://www.geocrawler.com/redir-sf.php3?list=sql-ledger-users -- Softwareentwicklung Anton Spengler An der G�nz 8 89312 G�nzburg Tel. 08221 1794 Mobil 0171 6245759 FAX 08221 1794 ---------------------------------------------------------------------------- Bringing you mounds of caffeinated joy >>> http://thinkgeek.com/sf <<< _______________________________________________ Listinfo https://lists.sourceforge.net/lists/listinfo/sql-ledger-users Archive http://www.geocrawler.com/redir-sf.php3?list=sql-ledger-users
