Hi, On Tue, Aug 3, 2010 at 8:43 AM, Anand Bhagwat <[email protected]> wrote: > We are using Jackrabbit v1.6. I want to know is there a way to take > incremental backup of a jackrabbit repository? For example just the delta > (difference) based on date or something else.
There's no built-in way to do that, but most of the on-disk data kept by Jackrabbit is well suited to incremental copying by rsync or other filesystem backup tools. See the "Low Level Backup" section in [1]. [1] http://wiki.apache.org/jackrabbit/BackupAndMigration BR, Jukka Zitting
