×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Bryan: That is a neat idea I had not thought of.
Another thought might be an ASP (iASP might be better but then the SETASPGRP gets in the way) and put the UDFS in there. Then if you can afford the disk units, you could compress those.
--
Jim Oberholtzer
Agile Technology Architects
From: Bryan Dietz
Sent: Monday, July 15, 2019 1:48 PM
To: Midrange Systems Technical Discussion
Subject: Re: Extra long SAVSECDTA
another option that may work.
CRTUDFS
create a UDFS
mount it
move your files to it
unmount it before the SAVSECTA
mount to use again.
the unmount may be unnecessary, i'm not sure about individual file
authorities. I've tested SAV/RST and you save the one UDFS object and
during the restore it "says" it restored x number of objects
so in super simple terms is behaves like a mounted ZIP file(without
compression, so more like a tar file)
more testing necessary.
Bryan
Rob Berendt wrote on 7/15/2019 1:57 PM:
I will bring up the idea about zipping all these files. That has merit.
Rob Berendt
As an Amazon Associate we earn from qualifying purchases.