Hello

2010/3/16 Alberto Simões <hashas...@gmail.com>:
> Hello
>
> I was pondering to backup an SQLite database using a version control
> system (probably SVN). Of course that if I add the binary file SVN
> will diff the entire file. That is not a good option.
>
> I though on dumping the full database to SQL and put that file into svn.
>
> I would like to ask:
>  - any comment on this? is it just stupid?
>  - if it is not stupid, how can I dump a full sqlite database to a
> text file that could be used later to restore the database?

Well, .dump might help. My bad :)

> Cheers
> ambs
> --
> Alberto Simões
>



-- 
Alberto Simões
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to