SQLite Forum

Perl backup of database
Login
OMG. Thank you so much. That worked perfectly. The file is exactly what I was hoping. Plus my Perl variables work.

system("echo .dump | sqlite3 $SRCDIR/kba.db > $TARDIR/$Today.sql"); # with escaped pipe