NetBackup Commands
305
bpbackup
A
EXAMPLES
Example 1
To perform a user backup of a single file, enter:
bpbackup c:\users\user1\file1
Example 2
The following command starts a user backup of the files that are listed in a file
named
backup_list
.
bpbackup -f backup_list
Example 3
The following command (all on one line) starts an immediate-manual backup
of the client host named diablo, in the class named cis_co. The class type is
Standard class and is in the configuration on the master server named hoss.
The progress log is
c:\home\hrp\prog
.
bpbackup -C cis_co -i -h diablo -S hoss -t 0 -L
c:\home\hrp\prog
Example 4
The following command (all on one line) associates the keyword phrase
"Backup My Home Directory 01/01/97" to the user backup of the directory
c:\home\kwc
. The progress log is
c:\home\kwc\bkup.log
.
bpbackup -k "Backup My Home Directory 01/01/97" -L
c:\home\kwc\bkup.log c:\home\kwc
Example 5
The following command (all on one line) associates the keyword phrase "Class
Win NT 01/01/97" to the immediate-manual backup of the client host named
slater in the class named win_nt_class. The progress log is
c:\tmp\bkup.log
.
bpbackup -k "Class Win NT 01/01/97" -i -h slater -c
win_nt_class -t 13 -L c:\tmp\bkup.log
NetBackup 3.2 System Administrator's Guide for Windows NT
NetBackup 3.2 System Administrator's Guide for Windows NT