]> andersk Git - moira.git/commitdiff
For volumes that have OldFiles mountpoints, clone the volume at creation time.
authorzacheiss <zacheiss>
Wed, 22 Aug 2001 02:51:21 +0000 (02:51 +0000)
committerzacheiss <zacheiss>
Wed, 22 Aug 2001 02:51:21 +0000 (02:51 +0000)
incremental/afs/afs_create.pl

index 4d9bfd29b48c6e7966ec9ec8becfc27126b1ec83..06d5a50b0b4939129bccc9fdbb40c3b688d1f38c 100644 (file)
@@ -126,6 +126,7 @@ sub athena_proc
        if ($type =~ /^(ACTIVITY|APROJ|CONTRIB|ORG|REF|SYSTEM)/);
 
     if ($type !~ /^(AREF|ORG|SYSTEM)/) {
+       system("$vos backup $vname >/dev/null");
        system("$fs mkm $path/OldFiles $vname.backup");
        warn "$locker: Unable to create OldFiles mountpoint\n" if ($?);
     }
This page took 0.614148 seconds and 5 git commands to generate.