merge directories in Linux

To merge one folder to another :

you can use rsync to do a incremental copy of source folder to destination

Try something like this as root:

# rsync -av  /source/folder   /destination/folder