How to backup & restore a list of installed FreeBSD packages
On FreeBSD, you can use the pkg command to backup and restore a list of installed packages. Backup installed packages: To create a backup of the currently installed packages, you can use the command pkg backup -d backup_directory. This command will create a file called “pkg-backup.txz” in the specified directory (in this case “backup_directory”) that … Read more