init web ems all
This commit is contained in:
24
wxc2_omc/security/backupRestore/pubPath.inc
Executable file
24
wxc2_omc/security/backupRestore/pubPath.inc
Executable file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
$archivePath='/usr/local/apache/htdocs/db_backup/archive/';
|
||||
|
||||
$paramDir = "params";
|
||||
$paremerPath = $archivePath . $paramDir . '/';
|
||||
|
||||
$subsDir = "subs";
|
||||
$subsPath = $archivePath . $subsDir . '/';
|
||||
|
||||
|
||||
$bssDir = "bssDir";
|
||||
$bssPath = $archivePath . $bssDir . '/';
|
||||
|
||||
$bssOmcTlbDir = "omcTlb";
|
||||
$bssOmcTlbPath = $bssPath . $bssOmcTlbDir . '/';
|
||||
|
||||
$bssDbDir = "dbs";
|
||||
$bssDbPath = $bssPath . $bssDbDir . '/';
|
||||
|
||||
$tgzName = "allBackup.tgz";
|
||||
$tgzDir = "tgzFile";
|
||||
$tgzPath=$archivePath.$tgzDir.'/';
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user