[Csync2] Sync Groups
    prashant 
    prashant at bluebarracuda.com
       
    Thu Jul 12 17:25:23 CEST 2007
    
    
  
Hi All,
I am using csync2 with no problem now.. but i have a small issue still...
In my config file i have 2 groups and as explained by the tutorial -G 
show sync a specified group
Therefore I am doing
root at web1:/# csync2 -xv -G webdir -d
root at web1:/#
root at web1:/#
But still nothing happens.. not even a message appears
My Config File:
root at web1:/# more /etc/csync2.cfg
# sync all webdir only
group webdir
 {
        host web1;
        host web2;
        key /etc/cy.key;
        include /usr/local/apache2/htdocs;
        auto none;
 }
# sync data folder only
group data
 {
        host web1;
        host web2;
        key /etc/datacy.key;
        include /usr/local/apache2/www/data;
        auto none;
 }
May be i am missing somehthing or doing it completely wrong.. help please
Thanks
Prashant
    
    
More information about the Csync2
mailing list