On Thu, May 06, 2010 at 12:02:13PM +0200, marcos rebelo scratched on the wall: > Hy all > > I need to do a sqlite backup every 2 hours, so I was looking for some > sort of sqlitecopy tool that would work from the shell.
See the .backup and .restore commands in a current version of sqlite3. These can be mixed with transactions, if you want. -j -- Jay A. Kreibich < J A Y @ K R E I B I.C H > "Our opponent is an alien starship packed with atomic bombs. We have a protractor." "I'll go home and see if I can scrounge up a ruler and a piece of string." --from Anathem by Neal Stephenson _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

