Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com From: zzapper Subject: Winzip & Zip Date: Mon, 07 Nov 2005 09:17:50 +0000 Lines: 19 Message-ID: <8i6um1dfkcr3m7jl18jalaq2th9cvi1bnp@4ax.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Hi, Everyone knows the very useful Winzip, however some pretty clever "automatic" stuff can be done using CygWins zip # zip a webroot but only html or php files zip.exe -r web.zip c:/intranet/web/ -i *.php *.htm* # zip a list of files where list.txt contains one file name per line zip all.zip -@ < list.txt find . -name "*.[ch]" -print | zip source -@ Now you can start using the above for a regular backup if you link them to a cron -- zzapper Success for Techies and Vim,Zsh tips http://SuccessTheory.com/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/