Hi friends,
I have installed several FreeBSD's and all servers work fine. Same ports are always installed on each server. Could you tell me why it's possible to export all installed ports in order to reinstall on other server AND export config file too?
I'm searching in thefreebsd FreeBSD forum and in /usr/ports/ports-mgmt without results.
I'm making a little script for listing all ports:
Then I install ports on the new server. But for configuration files, it's more complicated. Should I copy the /usr/local/etc directory?
What is your experience in production?
Thanks a lot
have a good day
Lames
I have installed several FreeBSD's and all servers work fine. Same ports are always installed on each server. Could you tell me why it's possible to export all installed ports in order to reinstall on other server AND export config file too?
I'm searching in the
I'm making a little script for listing all ports:
pkg_info -a -o | grep -A1 'Origin:' | grep -v 'Origin:' | grep -v '-'
Then I install ports on the new server. But for configuration files, it's more complicated. Should I copy the /usr/local/etc directory?
What is your experience in production?
Thanks a lot
have a good day
Lames