vault backup: 2024-10-11 20:46:39

This commit is contained in:
Jerry Jacobs 2024-10-11 20:46:39 +02:00
parent 515de3f1b1
commit b31ab353aa
1 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,8 @@
1. Enable at startup `/etc/rc.conf` line `jail_enable="YES"` 1. Enable at startup `/etc/rc.conf` line `jail_enable="YES"`
2. Add jail to `/etc/jail.conf 2. Add jail to `/etc/jail.conf
3. Create subvolume with `zfs create zpool/jails/<jailname>` 3. Create subvolume with `zfs create zpool/jails/<jailname>`
4. Download `root@pineapple:/data/jails/gitea-runner-freebsd13 # fetch https://download.freebsd.org/ftp/releases/amd64/amd64/13.2-RELEASE/base.txz -o ../13.2-base.txz` 4. Download `root@pineapple:/data/jails/gitea-runner-freebsd13 # fetch https://download.freebsd.org/ftp/releases/amd64/amd64/14.1-RELEASE/base.txz -o ../14.1-base.txz`
5. `tar -xf ../dl/base-14.1-RELEASE.txz`
6.
See also https://docs.freebsd.org/en/books/handbook/jails/ See also https://docs.freebsd.org/en/books/handbook/jails/