]> andersk Git - sql.git/blobdiff - libexec/afs-set-permissions.php
backups write to partitionable AFS volume structure
[sql.git] / libexec / afs-set-permissions.php
index af410b95e2ceb948f0100a0ddf67daee8e64e9d9..357dd0f4dc962eefc22978e1bc962ebbd26c608f 100755 (executable)
@@ -15,7 +15,7 @@ foreach($g as $locker) {
                $filsys_type = 'unknown';
        
        if (!isset($logs[$filsys_type]))
-               $logs[$filsys_type] = fopen('.'.$filsys_type, 'w');
+               $logs[$filsys_type] = fopen('/mit/sql/.backup/'.$filsys_type, 'w');
 
        fwrite($logs[$filsys_type], "$locker\n");
 
This page took 0.069538 seconds and 4 git commands to generate.