On Fri, 09 Mar 2007 11:41:12 +1300
Roger Searle <[EMAIL PROTECTED]> wrote:
 
> script at this point is:
> 
> /bin/bash
This should read
#!/bin/bash

and is your problem.
> 
> TarFile=/windows/H/backup-data-`date +%a-%d-%m-%y`.tgz
> 
> tar -czvf $TarFile \
> /windows/E/admin \
> /windows/E/Templates \
> /windows/E/toolbar \
> /windows/E/woja
> 
> 
> (will later have a number of other directories added, these give me a
> 30mb backup file to wait for and check, rather than a couple of gigs...)

Reply via email to