Hi all,

I have put literally hours into this - basically i was playing with repligard to get my config right, which i think i did, but now it's only exporting new changes and i can't figure out how to make it give me my whole site or sitegroup in one xml file.

i tried the -f option using ages ago as the date (jan1 midnight), i tried to fool it with:

update repligard set updated = now();

all to no avail.

is there anything special I need to do? below is my commandline and .conf: (note that i tried with and without -f and -a)

/usr/local/bin/repligard -a -c /var/lib/aegir/etc/repligard_hourly_dump_staging.conf -e /tmp/hourly_export_initial.xml.gz -f 20030101110000

<?xml version="1.0" encoding="ISO-8859-1" ?>
<!-- $Id: repligard.conf.in,v 1.2 2001/01/06 15:28:30 ab Exp $ -->
<!DOCTYPE Repligard [
<!ELEMENT Repligard (database?,login?,replicate?)>

<!ELEMENT database EMPTY>
<!ATTLIST database schema CDATA #REQUIRED>
<!ATTLIST database name CDATA #REQUIRED>
<!ATTLIST database username CDATA #REQUIRED>
<!ATTLIST database password CDATA #REQUIRED>
<!ATTLIST database encoding CDATA #REQUIRED>
<!ATTLIST database blobdir CDATA #REQUIRED>

<!ELEMENT login EMPTY>
<!ATTLIST login username CDATA #REQUIRED>
<!ATTLIST login password CDATA #REQUIRED>

<!ELEMENT replicate (resource*)>
<!ATTLIST replicate all (yes|no) 'no'>

<!ELEMENT resource EMPTY>
<!ATTLIST resource type CDATA #IMPLIED>
<!ATTLIST resource id CDATA #IMPLIED>
<!ATTLIST resource guid CDATA #IMPLIED>
]>
<Repligard xmlns="http://www.midgard-project.org/repligard/1.4";>
       <!-- Database description -->
       <!-- Path to optionally compressed Repligard schema file -->
       <database
               schema="/var/lib/aegir/etc/repligard.xml"
               name="midgard"
               username="midgard"
               password="***"
               encoding="ISO-8859-1"
               blobdir="/usr/local/sites/cohre/blobs/"
       />
       <!-- Login account description for Repligard operation -->
       <login
               username="aufflick+cohre"
               password="***"
       />

<replicate all="yes"/>

</Repligard>


-- Mark Aufflick e: [EMAIL PROTECTED] w: www.pumptheory.com p: +61 438 700 647



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to