Hi Uung You need to make sure that the following line is uncommented
" <!-- Description of the exportable resources --> > <!-- > <replicate all="yes"/> > -->" You have to remove the comments from <replicate all="yes"/> so the above should look like this: <!-- Description of the exportable resources --> > > <replicate all="yes"/> > You can read a little bit I wrote about repligard here: http://www.ngogeeks.com/node/view/235 and there is also the documentation on the midgard site. cheers John On 3 Feb 2004 11:21:00 -0000 "Uung H.R Bhuwono" <[EMAIL PROTECTED]> wrote: > > Hi Piotras > > Sorry.. but can you explain more about replicate tags? is it in > repligard.conf or in midgard-data.conf? > The following line is in my repligard.conf > // > <database > schema="/usr/share/midgard/repligard_withsg.xml" > name="midgarddb" > username="midgard" > password="password" > encoding="ISO-8859-1" > blobdir="/var/www/midgard/blobs" > /> > <!-- Login account description for Repligard operation --> > <!-- Always use 'username+sitegroup' when logging into > specific > sitegroup --> > <!-- because there is no information elsewhere for Repligard > to > choose --> > <!-- correct sitegroup if it is unspecified --> > <!-- Sitegroup administrators should login as > 'username*sitegroup' > --> > <login > username="admin" > password="password" > /> > > <!-- Use <include name="filename" /> to include another > Repligard > config file --> > > <!-- Description of the exportable resources --> > <!-- > <replicate all="yes"/> > --> > <!-- replicate section can contain references for additional > resource trees --> > <!-- that should be replicated. In this case attribute 'all' > shouldn't be used --> > <!-- and section itself looks like: --> > <!-- <replicate> --> > // > > > Regards > > > Willy-Uung > > > > On Tue, 3 Feb 2004 10:44:56 +0100, Piotras <[EMAIL PROTECTED]> wrote : > > > "Willy Mularto" <[EMAIL PROTECTED]> wrote: > > > > > Dear Midgarders, > > > > > > My team has problem about exporting site using the repligard. We > > > have > try repligard -a -c repligard.conf -e export.xml.gz, and add some > modification on the conf file, such as the username, dbname, and > dpassword. And it only create a file sized 130 byte? > > > Thanks for your help :) > > > > Probably, You have commented replicate tags. > > > > Piotras > > > > ------------------------------------------------------------------- > > -- To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > -- > Visuacommunika Digital Media > http://www.vc-digital.com > [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- John Habermann The Wilderness Society, Sydney Tel: 02 9282 9553 Email: [EMAIL PROTECTED] http://www.wilderness.org.au jabber: [EMAIL PROTECTED] msn: [EMAIL PROTECTED] -- John Habermann [EMAIL PROTECTED] http://www.ngogeeks.com jabberid: jhabbers --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
