Changeset 341

Show
Ignore:
Timestamp:
05/25/06 10:22:37 (3 years ago)
Author:
gary
Message:

rm optimal.in from repo since this is generated by optim*.in scripts during nightly testing

weekly_backup.pl - change target drive to cumulus raid

svnbackup.pl - target changed to cumulus raid

Location:
trunk
Files:
1 removed
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/scripts/svnbackup.pl

    r126 r341  
    1818# this now (mid '05) is on thunder  
    1919# on 05 oct 01 free space on cloudy_bk was 664 mb full space 703mb 
    20 $cdrw_dir = "j:/"; 
     20# $cdrw_dir = "j:/"; 
    2121 
    2222# this is the large raid drive on lightning 
    23 $raid_drive = "r:/usr/gary/backup/cloudy/"; 
     23$raid_drive = "c:/storage/backup/svn/"; 
    2424 
    2525# get current time and date 
     
    2727                                            gmtime(time); 
    2828# create name for dump file 
    29 $dumpfile = "$year"."$mon"."$mday".".svn" ; 
     29$dumpfile = "$raid_drive"."$year"."$mon"."$mday".".svn" ; 
    3030 
    3131# do the dump into the local file 
     
    3636 
    3737# copy it to raid drive 
    38 copy( "$dumpfile".".gz" , "$raid_drive"."$dumpfile"."gz" ); 
     38#copy( "$dumpfile".".gz" , "$raid_drive"."$dumpfile"."gz" ); 
    3939 
    40 #copy to cd 
    41 copy( "$dumpfile".".gz" , "$cdrw_dir"."$dumpfile.gz" ); 
     40# copy to cd 
     41# copy( "$dumpfile".".gz" , "$cdrw_dir"."$dumpfile.gz" ); 
    4242 
    43 unlink( "$dumpfile".".gz" ); 
     43#unlink( "$dumpfile".".gz" ); 
    4444 
    4545 
  • trunk/scripts/weekly_backup.pl

    r13 r341  
    1919# on 05 oct 01 free space on cloudy_bk was 664 mb full space 703mb 
    2020$cdrw_dir = "j:/"; 
    21 # this is the large raid drive on lightning 
    22 $out_dir = "r:/usr/gary/backup/cloudy/"; 
     21# this is the raid drive on cumulus 
     22$out_dir = "$c:/storage/backup/cloudy/"; 
    2323 
    2424# get current time and date 
  • trunk/source/date.h

    r340 r341  
    99#define YEAR    106 
    1010#define MONTH   4 
    11 #define DAY     24 
     11#define DAY     25