Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 4309d88677c369753ac48bad33a855f3 > files > 2

csync2-1.34-6.fc16.i686.rpm


# Csync2 Example Configuration File
# ---------------------------------
#
# Please read the documentation:
# /usr/share/doc/csync2-*/README.quickstart
# /usr/share/doc/csync2-*/paper.pdf
# csync2(1) man page

# group mygroup
# {
# 	host host1 host2 (host3);
# 	host host4@host4-eth2;
#
# 	key /etc/csync2/csync2.key_mygroup;
#
# 	include /etc/csync2/csync2.cfg;
# 	include /etc/apache;
# 	include %homedir%/bob;
# 	exclude %homedir%/bob/temp;
# 	exclude *~ .*;
#
# 	action
# 	{
# 		pattern /etc/apache/httpd.conf;
# 		pattern /etc/apache/sites-available/*;
# 		exec "/usr/sbin/apache2ctl graceful";
# 		logfile "/var/log/csync2_action.log";
# 		do-local;
# 	}
#
# 	backup-directory /var/backups/csync2;
# 	backup-generations 3;
#
# 	auto none;
# }
#
# prefix homedir
# {
# 	on host[12]: /export/users;
# 	on *:        /home;
# }