vbackup -xl -f vms.bck -O /usr/aud///
-x) from the
save set vms.bck (option -f) creating the subdirectories
/usr/aud/ with both directory and file names in uppercase,
backup logging is enabled by option -l
vbackup -xIlf vms.bck '/LL/UX/BCK///*.*'
VMS directory syntax is
translated to Unix syntax
vbackup -xIlVf aa.bck '/LUVI/WORK/WKMIG///*.*'
[LUVI.WORK.WKMIG]
Note that all options can be specified in a single string if they are parsed without ambiguity. Therefore, when typing more than one option in a single string, the file save set option -f must be the last one and immediately precede file name. Using more options that require a parameter such as -T file and -f saveset, type each option separately.