Hi,
I have a FreeBSD installation only with binary packages (no compiled ports) and I need a script for update my FreeBSD box every day. I research a little and I have this list:
1- Fetch security/important patches:
2- Fix the package registry database:
3- Install the most recently fetched updates or upgrade:
4- Update ports (usign only available binary packages):
Questions:
a- Is the list complete and correct?
b- Exists a utility (script or GUI) for make this job more professional?
c- Is correct only use binary packages on a installation?
d- If I use "portupgrade" (step 5) , I need portsnap command as well ?
I have a FreeBSD installation only with binary packages (no compiled ports) and I need a script for update my FreeBSD box every day. I research a little and I have this list:
1- Fetch security/important patches:
freebsd-update fetch
2- Fix the package registry database:
pkgdb -F
3- Install the most recently fetched updates or upgrade:
freebsd-update install
4- Update ports (usign only available binary packages):
portupgrade -PP -a
Questions:
a- Is the list complete and correct?
b- Exists a utility (script or GUI) for make this job more professional?
c- Is correct only use binary packages on a installation?
d- If I use "portupgrade" (step 5) , I need portsnap command as well ?