Hi, the idea is to create backup file for pkg to export the file to newly created freebsd server and install all packages from the file.
from pkg-backup man page it seems to suggest running
would create a usable backup file in /root (assuming it was run as root).
When it is run, the file is in
Isn't it the case using the -d tells pkg which directory to store the backup file?
Thanks.
from pkg-backup man page it seems to suggest running
Code:
pkg backup -d ~/installed-pkg-list.sql
When it is run, the file is in
Code:
/var/db/pkg/installed-pkg-list.sql
Isn't it the case using the -d tells pkg which directory to store the backup file?
Thanks.