diff options
author | June McEnroe <june@causal.agency> | 2020-01-14 18:25:52 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-01-14 18:25:52 -0500 |
commit | 699a8c625cdf1f9a57bf4be326dc0c797c2d4d63 (patch) | |
tree | 590c05c0bd8dac0addf1c89974ad3dac2af37ab9 /litterbox.1 | |
parent | Add columnsize = 0 option to FTS index (diff) | |
download | litterbox-699a8c625cdf1f9a57bf4be326dc0c797c2d4d63.tar.gz litterbox-699a8c625cdf1f9a57bf4be326dc0c797c2d4d63.zip |
Add -b flag for live backup
Diffstat (limited to 'litterbox.1')
-rw-r--r-- | litterbox.1 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/litterbox.1 b/litterbox.1 index 3a179ae..6493558 100644 --- a/litterbox.1 +++ b/litterbox.1 @@ -1,4 +1,4 @@ -.Dd January 12, 2020 +.Dd January 14, 2020 .Dt LITTERBOX 1 .Os . @@ -26,6 +26,10 @@ .Op Fl d Ar path .Fl i | m . +.Nm +.Op Fl d Ar path +.Fl b Ar path +. .Sh DESCRIPTION The .Nm @@ -90,6 +94,11 @@ The searchable columns are For search query syntax, see .Aq Lk https://www.sqlite.org/fts5.html#full_text_query_syntax . . +.It Fl b Ar path +Perform a live database backup to +.Ar path . +This operation requires SQLite version 3.27.0 or newer. +. .It Fl c Ar path , Cm cert = Ar path Load the TLS client certificate from .Ar path |