problem with bash script

Chris Green cl at isbd.net
Sat Mar 8 17:43:01 UTC 2014


On Sat, Mar 08, 2014 at 05:34:20PM +0000, Paolo De Michele wrote:
> > > 
> > > 
> > > </pre></body>
> > > </html>
> > > </html>
> 
> I get no error message, but when I go to check if backups have been made the 
> next day there aren't inside the folder.
> 
> my crontab is:
> 
> 00 01 * * * /path/script/file.sh > /dev/null 2>&1
> 

Remove that '> /dev/null 2>&1' it's throwing the error message away. 


-- 
Chris Green




More information about the ubuntu-users mailing list