98 lines
4.8 KiB
HTML
98 lines
4.8 KiB
HTML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-us">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<meta name="dc.language" scheme="rfc1766" content="en-us" />
|
||
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
||
|
<!-- US Government Users Restricted Rights -->
|
||
|
<!-- Use, duplication or disclosure restricted by -->
|
||
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
||
|
<meta name="dc.date" scheme="iso8601" content="2005-09-13" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
|
||
|
<meta name="security" content="public" />
|
||
|
<meta name="Robots" content="index,follow"/>
|
||
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
||
|
<title>Examples: How to address parts of an integrated Windows server</title>
|
||
|
<link rel="stylesheet" type="text/css" href="ibmidwb.css" />
|
||
|
<link rel="stylesheet" type="text/css" href="ic.css" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<a id="Top_Of_Page" name="Top_Of_Page"></a><!-- Java sync-link -->
|
||
|
<script language = "Javascript" src = "../rzahg/synch.js" type="text/javascript"></script>
|
||
|
|
||
|
|
||
|
<a name="rzahqflbackupaddexamp"></a>
|
||
|
<h4 id="rzahqflbackupaddexamp">Examples: How to address parts of an integrated Windows server</h4>
|
||
|
<p>These examples show how to refer with the SAV or RST commands to specific
|
||
|
parts of an integrated server for a server that is named <span class="italic">server1</span>:
|
||
|
<br /></p>
|
||
|
<a name="wq374"></a>
|
||
|
<table id="wq374" width="100%" summary="" border="1" frame="border" rules="all" class="singleborder">
|
||
|
<thead valign="bottom">
|
||
|
<tr class="tablemainheaderbar">
|
||
|
<th id="wq375" width="34%" align="left" valign="bottom">To save or restore this:</th>
|
||
|
<th id="wq376" width="66%" align="left" valign="bottom">Specify this:</th>
|
||
|
</tr>
|
||
|
</thead>
|
||
|
<tbody valign="top">
|
||
|
<tr>
|
||
|
<td align="left" valign="top" headers="wq375">All integrated server objects.</td>
|
||
|
<td align="left" valign="top" headers="wq376"><tt>OBJ('/QNTC/*') SUBTREE(*ALL)</tt></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td align="left" valign="top" headers="wq375">All objects for <span class="italic">server1</span>.</td>
|
||
|
<td align="left" valign="top" headers="wq376"><tt>OBJ('/QNTC/server1/*')
|
||
|
SUBTREE(*ALL)</tt></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td align="left" valign="top" headers="wq375">All objects for <span class="italic">server1</span> that changed since you last saved the files.</td>
|
||
|
<td align="left" valign="top" headers="wq376"><tt>OBJ('/QNTC/server1/*')
|
||
|
SUBTREE(*ALL) CHGPERIOD(*LASTSAVE)</tt></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td align="left" valign="top" headers="wq375">All objects for <span class="italic">server1</span> that changed during a certain period (in this case between 10/19/99
|
||
|
and 10/25/99).</td>
|
||
|
<td align="left" valign="top" headers="wq376"><tt>OBJ('/QNTC/server1/*')
|
||
|
SUBTREE(*ALL) CHGPERIOD('10/19/99' '00:00:00' '10/25/99' '23:59:59')</tt></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td align="left" valign="top" headers="wq375">All directories, files, and shares to which
|
||
|
a particular share (for example, 'fshare') refers. i5/OS™ does not save and restore the directory
|
||
|
over which the share is built.</td>
|
||
|
<td align="left" valign="top" headers="wq376"><tt>OBJ('/QNTC/server1/fshare/*')
|
||
|
SUBTREE(*ALL)</tt></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td align="left" valign="top" headers="wq375">Only files to which the specified share (for
|
||
|
example, 'fshare') refers that match the specified pattern (pay*). i5/OS does not save
|
||
|
directories nor shares.</td>
|
||
|
<td align="left" valign="top" headers="wq376"><tt>OBJ('/QNTC/server1/fshare/pay*')</tt></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td align="left" valign="top" headers="wq375">Only directories and shares (no objects)
|
||
|
for 'fshare' and its immediate children.</td>
|
||
|
<td align="left" valign="top" headers="wq376"><tt>OBJ('/QNTC/server1/fshare')
|
||
|
SUBTREE(*DIR)</tt></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td align="left" valign="top" headers="wq375">Directories, shares, and files for 'terry'
|
||
|
and its subtrees (not directory 'terry').</td>
|
||
|
<td align="left" valign="top" headers="wq376"><tt>OBJ('/QNTC/server1/fdrive/terry/*')
|
||
|
SUBTREE(*ALL)</tt></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td align="left" valign="top" headers="wq375">Only the specific file 'myfile.exe'.</td>
|
||
|
<td align="left" valign="top" headers="wq376"><tt>OBJ('/QNTC/server1/gdrive/myfile.exe')</tt></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td align="left" valign="top" headers="wq375">The integrated server registry.</td>
|
||
|
<td align="left" valign="top" headers="wq376"><tt>OBJ('/QNTC/server1/$REGISTRY')</tt></td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
<a id="Bot_Of_Page" name="Bot_Of_Page"></a>
|
||
|
</body>
|
||
|
</html>
|