0

I have accidently ran "pkg_delete -a" on FreeBSD 9.1 . Is there anyway to restore this operation or revert backwards?

And if not, is there some way to copy the pkg installed on another server? (there are basically 4 servers that are alike they all contain the same packages, this operation only performed on one of them).

Miki Berkovich
  • 467
  • 5
  • 16

1 Answers1

0

You could try bpkg script to generate binary packages for all installed programs. See documentation for -b/-B options.

arrowd
  • 33,231
  • 8
  • 79
  • 110