I try to make replication in Nadmin Studio work correct so I go through the process 
step by step, looking at the configuration-file
first:
I do have the following configuration-file. Can someone tell me if this is OK?
Which username do I have to put in? - The admin of the sitegroup I want to export?

Is there any documentation about repligard available?

Anatol

<?xml version="1.0" encoding="ISO-8859-1" ?>
<!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";>

        <login
                username="admin"
                password="password"
        />
        <replicate>
<resource type="host" guid="d9bda7b1f39ea75bc7b7a49876667410"/>
<resource type="host" guid="efbf713f00483f7e78f3507a97f64994"/>
<resource type="host" guid="d8beb808f0462fb7e9b540525e1185ef"/>
<resource type="host" guid="c2afb8f81b4073f9b31d77e3bbffa12e"/>
<resource type="host" guid="cd764e915ae8fa5dc2f7b41651ed7fa2"/>
<resource type="host" guid="5e3fde7be0f8cb29ebd654ce723b9c7c"/>
<resource type="page" guid="1d1fa56069ed179b10db1561b6d41b24"/>
<resource type="style" guid="9bc418e0e6db0e77096fb4c4c657d17c"/>
<resource type="topic" guid="0bec771722d5842de0cf5e0dc7ebc7bf"/>
<resource type="topic" guid="0a0dfdcc6ff972f2ddbc34c867b984c7"/>
<resource type="person" guid="a62d775da9581a477299094b20793d0f"/>
<resource type="person" guid="2e08aa00c2b9ca96b9b4a1173c8601d1"/>
<resource type="person" guid="477162e38fb4436f78c37dcf34c3cd17"/>
<resource type="person" guid="8e863c5124f56c7d871504e010208ecc"/>
<resource type="grp" guid="f64c7aa875329776187f5fd8ce5b0dcd"/>
<resource type="member" guid="7b6db974ee8be0b86e6dcdeee0312184"/>
<resource type="member" guid="426fd659b7dcf9ef2566418c18d768cb"/>
<resource type="member" guid="6c1e9cb4819b7c4f4d3cee3e87257a1f"/>
</replicate>
</Repligard>


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

Reply via email to