From 699a8c625cdf1f9a57bf4be326dc0c797c2d4d63 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 14 Jan 2020 18:25:52 -0500 Subject: Add -b flag for live backup --- litterbox.1 | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'litterbox.1') 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 -- cgit 1.4.1