HP3000-L Archives

December 2010, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Jeff Kell <[log in to unmask]>
Reply To:
Jeff Kell <[log in to unmask]>
Date:
Sat, 18 Dec 2010 11:07:42 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (35 lines)
On 12/18/2010 7:37 AM, Michael Anderson wrote:
> I was wrong thinking that FTP/iX was designed to transfer the entire
> store-to-disc file-set to the target FTP server, just by referencing
> the first file in the set.  Not sure why I thought that. I will be
> using 'mput' instead of 'put'., or I will write a for loop in the
> script....

Here's an example of what we're using to copy our data (less system
files which are on tape) to disk, and copy the store files up to our
backup SAN.  A little Posix magic will do the puts for you:

> (MANAGER.SYS)# print std
> !job fullback,operator.sys;pri=cs;hipri;outclass=,1,1
> !continue
> !purge /SYS/BACKUP/@;noconfirm
> !file store=condorfb.backup;dev=disc
> !store @[log in to unmask]@[log in to unmask]@.SYS;*store;online=start;compress=high;directory;&
> ! onvs=mpexl_system_volume_set,development,production;progress=1
> !FTP
> open backupsan
> user ********
> ********
> bytestream
> lcd /SYS/BACKUP
> prompt
> mput ./@
> dir
> quit
> !eoj

Jeff

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2