> > tar -cvzf - --one-file-system /home | split -b 2000m -
> /TERASTATIONBACKUP/GOSHEN/2008/2008-Jul-10.tgz
vs
> > tar -czvf - --one-file-system $sourceDir | split -b 2000m $targetFile
> Am I just not seeing a typo somewhere? Why is my script failing?
>
> Thanks!
Hey,
You're missing the '-' for stdin
tar -czvf - --one-file-system $sourceDir | split -b 2000m - $targetFile
cheers,
Owen.
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org