<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
VMLMAT: VM Linux Management and Archival Tool.
Copyright (c) 2007, Ronnie Michael, BMC Software Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
* Neither the name of the BMC Software Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<html><head><title>VMLMAT VM Linux Management and Archival Tool</title>
<link rel="stylesheet" type="text/css" href="/templates/astyle.css" title="standard"/>
</head><body>
<div id="banner"><a name="top"></a><h1><a href="sbkupu.php">VMLMAT</a></h1><h2> Linux Management System </h2>
</div>
<div id="commentcontent">
<p> next entry: <a href='sbkupu.php' target='_self'>Return</a>
<h1>Zlinux Image Backup System</h1>
<p>Fill out below to begin backup <br />
This application will do a "shutdown -h now" for you and then logoff the system.<br />
The backup is performed and this application will automatically bring up your system <br />
after the process is finished unless you specify otherwise. Later you can restore this backup to any Hostname system you are authorized to.<br />
<br />
This application will place the backup listing in the specified Userid/groupname directory specified below.<br />
Specify a listing name that is meaningful.<br />
</p>
<p><p>Must Fill out the info below</p><a name="comm"></a></p>
<p><a name="#comments"></a><a name="#bottom"></a><form method="post" action="submit.php"
name="form" >
<input type="hidden" name="url" value=self.location>
<input type="hidden" name="req" value="1">
<input type="hidden" name="ohost" value="ohost">
<input type="hidden" name="tarfile" value="newfile.tar">
<input type="hidden" name="oip" value="oip">
<table border=0 cellspacing=0 cellpadding=0 width="65%">
<tr>
<td>Userid or Groupname:</td>
<?
/* if they bookmark this throw them out if not already validated through auth.php */
session_start();
$user=$_SESSION['user'];
if (empty($user)){
#issue error message
$_SESSION['errmsg']="autherr";
session_write_close();
header("Location: http://".$_SERVER['HTTP_HOST']."/errmsg.php");
exit;
}
print "<td><input type=text name=userid value=" . $user . " size=14 ></td></tr><tr>";
print "<td>Email:</td>";
$umail=$_SESSION["umail"];
print "<td><input name=email type=text value=" . $umail . " size=40></td></tr><tr>"
?>
<td>Hostname:</td>
<td><input name="hostname" type="text" size="40"></td></tr><tr>
<td>Bring up after backup? (Y for yes, N for no):</td>
<td><input name="upc" type="text" value="Y" size="1"></td></tr><tr>
<td>Gzip Tarball name:</td>
<td>System will generate one</td></tr><tr>
<td>Listing name:</td>
<td><input type="text" name="comment" size="40" value="hostname_distroname_version" ></td></tr><tr>
</table>
<input type="submit" name="start" value="Start" style="border: 1px inset black;">
<input type="submit" name="cancel" value="Cancel" style="border: 1px inset black;">
<br><br>
<small><br><br><b>IMPORTANT NOTICE:</b>Listing name should use non white-space like hyphens or underscores.</small>
</form></p>
</div>
</body>
</html>