Re: tar backup script

2008-02-14 Thread The MadDaemon
I believe the -T switch in tar is for include the files in {file} tar cvf myfile.tar -T path/to/include On 2/14/08, Wael Nasreddine [EMAIL PROTECTED] wrote: This One Time, at Band Camp, Steel City Phantom [EMAIL PROTECTED] said, On Wed, Feb 13, 2008 at 10:57:22PM -0500: this isn't really

Re: tar backup script

2008-02-14 Thread Lowell Gilbert
Steel City Phantom [EMAIL PROTECTED] writes: this isn't really bsd specific but i still need help with it. im writing a backup script a clip from that script is this: find /usr/local/www/data-dist/ -name config.php /usr/local/backupScript/include find /usr/local/www/data-dist/ -name

Re: tar backup script

2008-02-14 Thread Derek Ragona
At 09:57 PM 2/13/2008, Steel City Phantom wrote: this isn't really bsd specific but i still need help with it. im writing a backup script a clip from that script is this: find /usr/local/www/data-dist/ -name config.php /usr/local/backupScript/include find /usr/local/www/data-dist/ -name

Re: tar backup script

2008-02-13 Thread Wael Nasreddine
This One Time, at Band Camp, Steel City Phantom [EMAIL PROTECTED] said, On Wed, Feb 13, 2008 at 10:57:22PM -0500: this isn't really bsd specific but i still need help with it. im writing a backup script a clip from that script is this: find /usr/local/www/data-dist/ -name config.php

tar backup script

2008-02-13 Thread Steel City Phantom
this isn't really bsd specific but i still need help with it. im writing a backup script a clip from that script is this: find /usr/local/www/data-dist/ -name config.php /usr/local/backupScript/include find /usr/local/www/data-dist/ -name ClientFiles /usr/local/backupScript/include tar cvf