--- In [EMAIL PROTECTED], [EMAIL PROTECTED] wrote:
> > ===================Backup.txt===============
> > If (File.validpath(arg(1) ++ ".RAR")) do
> >   File.Delete(arg(1)++"1.RAR")
> >   File.Move(arg(1)++".RAR", arg(1)++"1.RAR")
> > Else
> >   Message &("Backup problem - no "++arg(1)++".RAR present, trying
backup
> anyway")
> > Endif
> > cmd /c start /BELOWNORMAL rar a -m5 -s -r -ac "&(arg(1)).RAR"
"&(arg(2))"
> >
> >
> > ===================IncrBackup.txt===============
> > File.Delete(arg(1)++Date.WeekDay(Date.Today)++".RAR")
> > rar a -m5 -s -r -ao -ac "&(arg(1))&(Date.WeekDay(Date.Today)).RAR"
> "&(arg(2))"
> 
> What rar program is this calling? This a freeware commandline util,
or
> winrar? A link for download might also be helpful =) Thanks!

It's the command-line version of rar, included in the Winrar
distribution. Basically, almost any archiver can be used if someone
doesn't have or like RAR. For most contemporary archivers you just
have to substitute parameters that have the same meaning. For arj32
it would be -b1 to make an incremental backup (to include only files
with the archive bit set and then clear this bit from them) and -b2
to clear this bit while making full backup.




------------------------ Yahoo! Groups Sponsor --------------------~--> 
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/JV_rlB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to