From: zacheiss Date: Wed, 22 Aug 2001 02:51:21 +0000 (+0000) Subject: For volumes that have OldFiles mountpoints, clone the volume at creation time. X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/d9f9b5c8b9bd5907aa56bc0407c077fa3ca8f59f For volumes that have OldFiles mountpoints, clone the volume at creation time. --- diff --git a/incremental/afs/afs_create.pl b/incremental/afs/afs_create.pl index 4d9bfd29..06d5a50b 100644 --- a/incremental/afs/afs_create.pl +++ b/incremental/afs/afs_create.pl @@ -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 ($?); }