Maybe adding this as a note is a good idea.
GhostBSD’s Backup Station is useful, but it has several important limitations. First, it only manages boot environments, which are snapshots or clones of the root filesystem. This means it does not back up user data or any ZFS datasets that are mounted separately, such as home, var, usr, or other filesystems. Rolling back a boot environment restores the state of the operating system’s root but does not necessarily restore your personal files or application data. Second, Backup Station does not create backups to external drives or remote locations. Despite the name, it is not a full backup system, and it will not protect you from disk failure, device loss, or physical damage to the system. Third, it does not provide access to the full range of ZFS snapshot features. For example, you cannot use it to schedule automatic snapshots or to manage snapshots on datasets outside the root. Users who want finer control must use ZFS tools directly from the command line. Finally, Backup Station works best on a simple, single drive installation, because it assumes that the root filesystem exists on one disk. Systems that use multiple disks, multiple pools, or more complex layouts may end up with inconsistent snapshots, since only the root dataset is included in the boot environment. In short, Backup Station is convenient for creating safe restore points before upgrades or major system changes, but it should be combined with regular ZFS snapshots and real backups to external storage if you want full data protection.