Legato Networker ClientPak for MPE/iX Users Guide

Backing Up a File
22
2
ONLINE BACKUP UTILIZED DISC SPACE FOR LOG ON THE FOLLOWING
VOLSETS:
MPEXL_SYSTEM_VOLUME_SET : 0 KB
HFS DIRECTORIES STORED : 1
FILES STORED : 5
TOTAL MEDIA WRITTEN : 0
NSRSAVE: /projects/project1/reports 15 KB 00:00:04 9
files
The last four items in the message are TurboSTORE information items that are
not interpreted by NetWorker.
From the POSIX shell, enter the following command to back up a directory:
$ NSRSAVE -s
server /directory_pathname
Backing Up a File
Backing up files is very similar to backing up directories. You can back up files
from CI or from the POSIX shell.
The NSRSAVE command to back up a file includes the following parameters:
-s, the parameter for the server
The name of the server to which you are backing up your directory
The pathname of the file that you are backing up
From the CI, enter the following command to back up a file:
: RUN NSRSAVE;INFO="-s
server
/
file_pathname
"
For example,
: RUN NSRSAVE;INFO="-s jupiter
/projects/project1/reports/rep1"
From the POSIX shell, enter the following command to back up a file:
$ NSRSAVE -s
server
/
file_pathname