LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   RSYNC - Stopping a sub-directory from mirrorring!! (https://www.linuxquestions.org/questions/linux-networking-3/rsync-stopping-a-sub-directory-from-mirrorring-60598/)

RKris 05-19-2003 03:51 AM

RSYNC - Stopping a sub-directory from mirrorring!!
 
Hi,

I am using Rsync to mirror servers. How can I stop rsync to avoid a subdirectory to be mirrored?? in rsyncd.conf

regards
Krishna

vladkrack 05-19-2003 10:15 AM

That option exlcude the files listed:
exclude=core passwd shadow

And that read's a list from a specified file:
exclude from file=/etc/rsyncd.files.denied

Hope that helps ...


All times are GMT -5. The time now is 12:17 AM.