I need to display list of files (better with date and size). I found solution using internal DIR command (see part below), but I would prefer "clear VBS" solution. I don't know how to test that any file exist. Script may run under many locals (English, Czech, French, ...) so I can not test...
I need a VBS script with 2 parameters (path name and mask), which for example display list of files according to path and mask. Path can be in UNC and mask can use "*" or "?" wildcards:
script.vbs C:\TEMP *.tmp
script.vbs \\Server\Share\Dir ????161.lst
Anybody have an idea ?
Sorry, but we have only Alpha servers. Last VAX machine leave our company about 3 years ago. We used old client (WumpusWare ?) and it worked correctly.
We use version 6.01C on (Alpha) servers - without any problem.
Best regards
Try to execute:
@NSR$SYSTEM:NSR$LOGIN.COM
it define symbolic names for all *.EXE in NSR$SYSTEM.
Next you can use NSRSAVE with the same parameters as in UNIX, but parameters in lowercase must be in quotation marks, because VMS automatically convert all parameters to uppercase.
We use for example...
Problem is that new client wasn't renamed, but created first with new client id. In NetWorker Adminstrators there were 2 clients with 2 different client id.
Then I deleted new client and its index directory - without problem.
Then I tried to rename old client to new client (procedure from Admin...
We use NetWorker 7.1.2 for Windows (Windows 2000 SP4 on servers and clients). Last week our colleagues upgraded one client to Windows 2003 Standard (let's say W2KCLN).
My colleague created in NetWorker Administrator new client (W2K3CLN).
Backup of this new client finished with error, for lack of...
I think that reason is simple: save command is running usually under SYSTEM account, which doesn't have access to network.
Try to change "remote user" and "remote password" entries in client definiton.
We had problem with size of incremental backup on some servers. There was full backup on Friday, no backups on weekend and incremental backups during rest of the week. On every Monday size of incremental backup was almost the same as size of full backup - eg. full backup had 1.3 GB, incremental...
If you need to know uncompressed backup size, you will have to use "nsrinfo" command and summary file sizes. I used this command (in Windows) :
nsrinfo -s server -v -t "27-JAN-2005 21:00:49" "-xc|" client | find "WIN ASDF" | find /v "\|" | find /v "/|" > file.txt
and next I imported file.txt...
After upgrade to version 7.1.2, some clients (running Windows2000) failed backups with error "Access is denied". You will need a patch for this - file "liblocal.dll".
You can also create your server as a new client with different browse and retention policies, and add it into group, where short browse and retention policy should be used.
For example:
client SERVER with save set "All" and browse and retention policy "OneMonth" in group "OneMonth clients"...
You can backup volume in more than one save set - http://www.backupcentral.com/foms/networker-serve/cache/145.html, and you can separate these save sets into different groups too.
Hello,
we use NetWorker 7.1.2 installed on Windows 2000. We have one jukebox, connected directly to server and 3 tape drives connected to 3 different storage nodes.
Storage node 1 (SN1) has internal SDLT drive and is connected to WAN at 2 Mbit line.
Storage node 2 (SN2) and Storage node 3 (SN3)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.