LINBIT / csync2

file synchronization tool using librsync and current state databases
GNU General Public License v2.0
145 stars 39 forks source link

feature request: include dir for csync2.cfg #39

Open olevole opened 2 years ago

olevole commented 2 years ago

it would be cool to be able to split csync2.cfg into peaces (e.g. per-group) to be able to write something like:

nossl * *;

//other global params

include_dir /etc/csync2.d/*.cfg;

and manage /etc/csync2.d/*.cfg configuration files instead of single/monolithic;