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 server1:
To save or restore this: | Specify this: |
---|---|
All integrated server objects. | OBJ('/QNTC/*') SUBTREE(*ALL) |
All objects for server1. | OBJ('/QNTC/server1/*') SUBTREE(*ALL) |
All objects for server1 that changed since you last saved the files. | OBJ('/QNTC/server1/*') SUBTREE(*ALL) CHGPERIOD(*LASTSAVE) |
All objects for server1 that changed during a certain period (in this case between 10/19/99 and 10/25/99). | OBJ('/QNTC/server1/*') SUBTREE(*ALL) CHGPERIOD('10/19/99' '00:00:00' '10/25/99' '23:59:59') |
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. | OBJ('/QNTC/server1/fshare/*') SUBTREE(*ALL) |
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. | OBJ('/QNTC/server1/fshare/pay*') |
Only directories and shares (no objects) for 'fshare' and its immediate children. | OBJ('/QNTC/server1/fshare') SUBTREE(*DIR) |
Directories, shares, and files for 'terry' and its subtrees (not directory 'terry'). | OBJ('/QNTC/server1/fdrive/terry/*') SUBTREE(*ALL) |
Only the specific file 'myfile.exe'. | OBJ('/QNTC/server1/gdrive/myfile.exe') |
The integrated server registry. | OBJ('/QNTC/server1/$REGISTRY') |