Save multiple libraries to a single SAVF
My system is running out of disk space. I would like to know if there is a way to save multiple libraries to a...
Continue Reading This Article
Enjoy this article as well as all of our content, including E-Guides, news, tips and more.
single SAVF?
Unfortunately, OS/400 only allows one library to be saved to a Save File. If you try to save more than one, you will receive the following message: CPF3789 "Only one library allowed with specified parameters."
However, you can create multiple save files, one for each library you save, into another library and then save all of them to a single Save File with a SAVLIB command:
SAVLIB LIB(MYSAVFLIB) DEV(*SAVF) SAVF(SAVLIB/MYSAVFS) SAVFDTA(*YES)
To restore though, you will have to restore the Save File first and then execute another restore command to restore objects saved to that Save File.
If you are running out of disk space though, you may just want to save these libraries directly to tape. Saving to Save Files uses a lot of disk space.
==================================
MORE INFORMATION ON THIS TOPIC
==================================
Ask the Experts yourself: Our backup & recovery gurus are waiting to answer your questions.
Search400.com's targeted search engine: Get relevant information on backup & recovery.
Check out this Search400.com Featured Topic on backup & recovery.