unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* v5 gzip / dump restore
@ 2014-04-02  1:16 David Bremner
  2014-04-02  1:16 ` [Patch v5 1/6] dump: support gzipped output David Bremner
                   ` (6 more replies)
  0 siblings, 7 replies; 17+ messages in thread
From: David Bremner @ 2014-04-02  1:16 UTC (permalink / raw)
  To: notmuch

This supercedes

     id:1396200700-29361-2-git-send-email-david@tethera.net

This is the first version to include the actual automatic backup
before a database upgrade.

The following are new compared to the previous version; the other
patches have only small changes, if any.

 [Patch v5 2/6] dump: when given output file name, write atomically
 [Patch v5 5/6] notmuch-new: backup tags before database upgrade
 [Patch v5 6/6] test: verify tag backup generated by database upgrade

diff versus master

 INSTALL                      | 17 +++++++---
 Makefile.local               |  2 +-
 configure                    | 28 ++++++++++++++--
 doc/man1/notmuch-dump.rst    |  3 ++
 doc/man1/notmuch-restore.rst |  8 +++++
 notmuch-client.h             |  4 ++-
 notmuch-dump.c               | 89 ++++++++++++++++++++++++++++++++++++++-----------
 notmuch-new.c                | 29 +++++++++++++++-
 notmuch-restore.c            | 37 +++++++++++---------
 test/T240-dump-restore.sh    | 26 +++++++++++++++
 test/T530-upgrade.sh         | 10 +++++-
 util/Makefile.local          |  2 +-
 util/util.h                  | 12 +++++++
 util/zlib-extra.c            | 76 +++++++++++++++++++++++++++++++++++++++++
 util/zlib-extra.h            | 11 ++++++
 15 files changed, 307 insertions(+), 47 deletions(-)

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2014-04-03  6:18 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-02  1:16 v5 gzip / dump restore David Bremner
2014-04-02  1:16 ` [Patch v5 1/6] dump: support gzipped output David Bremner
2014-04-02 16:50   ` Tomi Ollila
2014-04-02  1:16 ` [Patch v5 2/6] dump: when given output file name, write atomically David Bremner
2014-04-02  1:16 ` [Patch v5 3/6] util: add gz_readline David Bremner
2014-04-02  3:26   ` Austin Clements
2014-04-02 16:43     ` Tomi Ollila
2014-04-02 20:43       ` Austin Clements
2014-04-03  6:03       ` Kim Minh Kaplan
2014-04-03  6:17       ` Kim Minh Kaplan
2014-04-02  1:16 ` [Patch v5 4/6] restore: transparently support gzipped input David Bremner
2014-04-02  2:49   ` Austin Clements
2014-04-02  1:16 ` [Patch v5 5/6] notmuch-new: backup tags before database upgrade David Bremner
2014-04-02  3:35   ` Austin Clements
2014-04-02  1:16 ` [Patch v5 6/6] test: verify tag backup generated by " David Bremner
2014-04-02  2:07 ` [Patch v5 2/6] dump: when given output file name, write atomically Austin Clements
2014-04-02 20:55   ` Austin Clements

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).