BTW, I recommend using the new 2nd generation backup script. It has
much added functionality--such as the option of backing up binary or
text backups, multiple types of compression mechanisms and emailing
the admin if a backup failed. It is available at:
ftp://ftp.cold.org/cold/contrib/scripts/backup2.gz
-Brandon
On Sun, Jul 02, 2000 at 07:30:30PM -0400, Peter Bombard wrote:
> All I needed to do was to edit the backup script and find the place where it
> set the path.
>
> #!/usr/bin/perl
> #
> # Created by Brandon Gillespie
> # Additional work by Vang (Dale Mayberry)
> #
> ## This creates a FIFO list of backups based off your configuration,
> ## it can do regular, weekly and monthly backups, with the intervals
> ## and depth of the FIFO list defined by you.
> #
> # INSTALL:
> #
> # determine your world directory (i.e. the directory where 'binary'
> # exists). Change the following variable to the full path to your
> # world directory:
>
> $base = "../";
>
> When I followed those instructions, backups worked fine.
> -pete (PBombard@altavista.net)
>
PGP signature
|