Displaying 1 result from an estimated 1 matches for "gamespot_5".
Did you mean:
gamespot
2005 Oct 07
1
need rsync.conf exclude example
on the client i am running the following command:
rsync -Cav --exclude=templates_c --port=8738 GNE_FRAMEWORK gamespot_5
c14-gs-ww1::nfs/gamespot
on the server i have the following module declaration:
[nfs]
path = /nfs/htdocs
read only = no
use chroot = no
exclude = gamespot_5/promos/ gamespot_5/misc/
obviously my intent is to prevent the "promos" and "misc" subdirectories
from being copied...