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 Clie
"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/
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
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 >
>