develooper Front page | perl.beginners | Postings from April 2002

Re: Backing up two days from localtime

Thread Previous | Thread Next
From:
Jonathan E. Paton
Date:
April 26, 2002 01:32
Subject:
Re: Backing up two days from localtime
Message ID:
20020426083204.12983.qmail@web14610.mail.yahoo.com
> I need to back up two days from localtime and I can't
> figure out how to do it. Currently I'm doing this just
> so I can work out the rest of the program:

[Ignore me if you aren't on a Unix like platform]

Hi,

You should seriously consider installing the 'at' job
manager for run-once tasks, or 'cron' to schedule tasks
regularly.  Try to avoid spreading time-scheduling
around, especially into memory hungry Perl processes
that just sit around doing nothing.

man at
man cron

However, you may have to contact your administrator
for these.  Easy though if you own the machine.

Jonathan Paton

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About