Rsync Ports across to other servers

Hi there,

is it possible to rsync the ports tree across to multiple server,
saving bandwith & time.

From what I understand, it should be possible,
but what files are all involved, or would
it work by just rsync-ing the /usr/ports directory?
 
Why resync? It's simpler just to NFS export it and mount it on the other servers.
 
Go with SirDice's suggestion. Use NFS and amd for automatic mounts. You might want to set a different work directory to avoid conflicts.
 
independent machines

Thanx, the NFS is a great idea,
but this wont be 99% uptime scenario,

I need the machines to be independent from
each other.
 
osax said:
Thanx, the NFS is a great idea,
but this wont be 99% uptime scenario,

I need the machines to be independent from
each other.

Don't automatically mount the exported /usr/ports/ and mount by hand when needed.
 
Back
Top