You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by Antonio Fallucchi <af...@ideato.it> on 2014/02/26 11:10:07 UTC

Problems with jackrabbit-standalone-2.6.5

Hi

i use jackrabbit-standalone-2.6.5 by little, i have 2 question in
particular:

1) is possible to disable or compress access.log file?

2) i need to do hot backup of repository of about 2 GB. I had try to export
the xml, but import them is very slow. There are other solution?

Thanks
Antonio

-- 
Antonio Giuseppe Fallucchi
System Administrator and Security Specialist
Ideato

af@ideato.it
Mobile: +39-347-4065233
Skype: fallucch

ideato srl - web ideas for sale
http://www.ideato.it
Phone: (+39) 0547 480114
Fax:     (+39) 0547 19 50 205
via Giulio Pastore, 151
47522 Cesena (FC)

"Questo messaggio è destinato unicamente alla/e persona/e sopraindicata/e.
E' strettamente personale e può contenere informazioni la cui riservatezza
è tutelata dalla normativa ai sensi del DLgs 196/03. E' espressamente
vietato alla/e persona/e non destinataria/e leggere, copiare o comunque
usare questo messaggio o diffonderne il contenuto senza autorizzazione. Chi
ha ricevuto per errore questo fax o messaggio è pregato di distruggerlo e
di avvertire per telefono o fax o email, il mittente."

Re: Problems with jackrabbit-standalone-2.6.5

Posted by Lukas Kahwe Smith <sm...@pooteeweet.org>.
On 26 Feb 2014, at 11:10, Antonio Fallucchi <af...@ideato.it> wrote:

> Hi
> 
> i use jackrabbit-standalone-2.6.5 by little, i have 2 question in
> particular:
> 
> 1) is possible to disable or compress access.log file?

don’t know from the top of my head, but I would setup some log rotation. Have a look at the Jetty documentation for how to configure separate log files per hour/day and then use log rotate.

> 2) i need to do hot backup of repository of about 2 GB. I had try to export
> the xml, but import them is very slow. There are other solution?

When using XML store, I guess you can do some file system level snapshot to ensure atomicity. Using an RDBMS is likely easier. Using MySQL one can just hook up a slave for backup. For InnoDB there is also a hotbackup tool . Other RDBMS provide similar tools.

regards,
Lukas Kahwe Smith
smith@pooteeweet.org