[5695] in RedHat Linux List

home help back first fref pref prev next nref lref last post

Re: Error messages from crontab

daemon@ATHENA.MIT.EDU (Borg)
Sat Nov 23 01:54:53 1996

Date: Fri, 22 Nov 1996 22:53:31 -0800
From: Borg <please_see@my_signature.below>
To: redhat-list@redhat.com
Resent-From: redhat-list@redhat.com
Reply-To: redhat-list@redhat.com

Skull wrote:
> 
> >Below I included a daily error message I get from cron;
> >I started getting it after I upgraded to 4.0. Any ideas
> >why? 
[.......................]
> I think it would be much more useful if you could send
> a copy of your script to the list for us the help understand
> your errors...

#!/bin/sh
cd /zdrive;
mv -f etc.tar.gz etc.tar.gz.old;
mv -f vlad.tar.gz vlad.tar.gz.old;
cd /;
tar -czf /zdrive/etc.tar.gz etc;
tar -czf /zdrive/vlad.tar.gz /home/vlad;
tar -czf /zdrive/root.tar.gz /root;
tar -czf /zdrive/usrlocalbin.tar.gz /usr/local/bin;
sync;sync;

echo "Backup: done"


-- 
#include <disclaimer.h>  |   *Good pings come in small packets*
     Vlad Petersen       |     Linux: multiuser, multitasking,
     Vancouver, B.C      |     multiplatform, 64-bit and free.
vladimip @ iceonline.com | Ceterum censeo Microsoftam delendam esse


--
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
  ________________________________________________________________________
  http://www.redhat.com/RedHat-FAQ   http://www.redhat.com/RedHat-Errata
  http://www.redhat.com/RedHat-Tips  http://www.redhat.com/mailing-lists
  ------------------------------------------------------------------------
To unsubscribe: mail -s unsubscribe redhat-list-request@redhat.com < /dev/null


home help back first fref pref prev next nref lref last post