FreeBSD: Update/Upgrade

config file: /etc/freebsd-update.conf
1.Run this command to update FreeBSD.

# freebsd-update fetch
# freebsd-update install

daily update job: /etc/crobntab

@daily                                  root    freebsd-update cron

2.Run this command to Uninstalling updates.

# freebsd-update rollback
3.Run this command to Upgrade.

# freebsd-update -r xx.x-RELEASE upgrade
# freebsd-update install

Comments

Popular posts from this blog

Python3 + Django + uWSGI + Nginx On FreeBSD

arduino最小構成 (atmega328/8MHz/3.3V/内部クロック)FT232RLにてブートローダーの書き込み

FreeBSD: Configuring Apache to permit CGI