question on backup

Buchbinder, Barry (NIH/NIAID) [E] BBuchbinder@niaid.nih.gov
Thu Oct 27 11:30:00 GMT 2011


Ken Brown sent the following at Thursday, October 27, 2011 7:26 AM
>On 10/27/2011 3:24 AM, Paul Allen Newell wrote:
>> My question is how do I get an archive of what cygwin packages I have
>> installed.
>
>/etc/setup/installed.db

or

sed -n -e '2,$s/ .*$//p' /etc/setup/installed.db

or to feed into setup.exe -P

sed -n -e '2,$s/ .*$//p' /etc/setup/installed.db | tr '\n' , | sed -e 's/,$/\n/'

  Disclaimer:  Statements made herein are not made on behalf of NIAID.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list