= Details =

 Applies to:: {{{moin export dump}}}
 Purpose:: Reduce the time it takes to do a dump.
 Description:: The patch looks at the edit-log and restricts the dump page list to pages newer than the last dump.

= Patch =

{{attachment:0001-Implement-an-incremental-dump-process-9.patch}}

= Discussion =
that exception handler at the bottom of the newly added code looks like it has a much too wide scope of code.

fixed in patch 2

I guess you want to use set. Or you can have multiple times items in your lists.

Fixed in patch 6, which is much more comprehensive - deletes pages and attachments too.

Patch 7 is even more comprehensive, copes with wiki configuration changes making pages inaccessible or accessible.

Patch 8 is fixes attachment dumping, improves the output and allows to interrupt the script.

Patch 9 handles timestamps, fatal errors better and also ensures the WordIndex and TitleIndex pages are up-to-date.

= Plan =

 * Priority: low
 * Assigned to:
 * Status: 

----
CategoryMoinMoinPatch