ADSM-L

Re: Scheduling back up for laptops

2002-07-19 14:02:50
Subject: Re: Scheduling back up for laptops
From: Salak Juraj <j.salak AT ASAMER DOT AT>
Date: Fri, 19 Jul 2002 20:03:54 +0200
Hi,
looks like any scripting ability on laptop would help you.

There are plenty of ways to do it,
I swear for such trivial task since 1992 on JPSoft command processors,
but there are cshells for Windows systems as well, basic interpreters etc.

My solution with 4NT/4DOS from www.jpsoft.com looks like this:

#               during the very first run create an obsolte timestamp
#
IF NOT EXIST my.timestamp TOUCH /c /d:2001/01/01 my.timestamp
#
#               check the timestamp, if not from today, start tsm
#
IFF %@date[ my.timestamp ] NE %_date THEN
        # start TSM
        ################
        DSMC incremental
        ################
        # make timestamp current
        TOUCH my.timestamp
ENDIFF
QUIT

regards
Juraj






<Prev in Thread] Current Thread [Next in Thread>