Backing up exists?

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Backing up exists?

Chris Fitzpatrick

Hey All,

I'd like to do a nightly xml dump of exists, similar to how the eXist  
java client does backups.
Any suggestions how to do this?

Thanks,
chris.


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Backing up exists?

Nigel Hardy
I have a recursive bash script which calls curl (and there's one for
restore). Nothing sophisticated but it works for me. It has the
advantage (?) of pruning empty collections. I'm happy to share it but
would be interested in anything more sophisticated.

Nigel

Chris Fitzpatrick wrote:
>
> Hey All,
>
> I'd like to do a nightly xml dump of exists, similar to how the eXist
> java client does backups.
> Any suggestions how to do this?
>
> Thanks,
> chris.



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws

nwh.vcf (294 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Re: Backing up exists?

joost
You can schedule a backup job in exist-conf.xml.
See http://exist.sourceforge.net/backup.html 
Note that the eXist documentation talks about conf.xml; this file is renamed to exist-conf.xml in Orbeon.

Joost


Nigel Hardy wrote:
I have a recursive bash script which calls curl (and there's one for restore). Nothing sophisticated but it works for me. It has the advantage (?) of pruning empty collections. I'm happy to share it but would be interested in anything more sophisticated.

Nigel

Chris Fitzpatrick wrote:

Hey All,

I'd like to do a nightly xml dump of exists, similar to how the eXist java client does backups.
Any suggestions how to do this?

Thanks,
chris.





--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws