From d272772e2b0c09bd020e5ec26fc1a4949796d1c5 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Fri, 2 Jan 2026 00:34:32 -0500 Subject: [PATCH] FreeBSD --- freebsd/20_bastille.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/freebsd/20_bastille.md b/freebsd/20_bastille.md index 3280d38..632703e 100644 --- a/freebsd/20_bastille.md +++ b/freebsd/20_bastille.md @@ -93,7 +93,7 @@ Verify Gitea is running service gitea status ``` -Exit the container +### 9. Exit the Container ``` sh exit @@ -104,3 +104,11 @@ From your host system or another machine on the network, access Gitea's web inte ``` text http:// ``` + +### 10. Create a Buckup Snapshot + +Once Gitea is configured and working, create a ZFS snapshot for easy backup: + +``` sh +sudo zfs snapshot zroot/bastille/jails/gitea/root@fresh-install +```