×
Good News Everybody!
The new search engine is LIVE!
Please report any problems to david (at) midrange.com.
We use this command to save the IFS every night:
SAV DEV('/QSYS.LIB/TAP01.DEVD') OBJ(('/*' +
*INCLUDE) ('/QSYS.LIB' *OMIT) ('/QDLS' +
*OMIT) ('/domino/sptdomino/data' *OMIT) +
('/TMP' *OMIT)) SAVACT(*YES) +
ENDOPT(*REWIND) UPDHST(*YES)
We have used RST in the past to restore PHP programs to the same
location. But today we want to restore a bunch of folders/files to a
new location.
We got errors that indicate we goofed up the RST command.
Here is the job log:
CALL PGM(RSTIFS5CL)
300 - RST DEV('/QSYS.LIB/TAP01.DEVD')
OBJ(('/var/communigate/accounts/mailbox.macnt/*.*' *INCLUDE
'/var/communigate/accounts/mailboxBAK.macnt/*.*')) OUTPUT(*PRINT)
Object not found. Object is
/var/communigate/accounts/mailboxBAK.macnt/*.*.
Cannot restore directory /var/communigate/accounts/mailboxBAK.macnt/*.*.
Object not found. Object is
/var/communigate/accounts/mailboxBAK.macnt/*.*.
Cannot restore directory /var/communigate/accounts/mailboxBAK.macnt/*.*.
Object not found. Object is
/var/communigate/accounts/mailboxBAK.macnt/*.*.
It seems to me I have the RST command wrong, that it is trying to
restore mailboxbak.macnt.
I want to restore everything in mailbox.macnt to mailboxbak.macnt. I
have created a top level folder mailboxbak.macn, but no subfolders.
The original file mailbox.macnt contains both files and subfolders with
files.
Does anyone know the magic words for RST?
---Dale
As an Amazon Associate we earn from qualifying purchases.
Follow-Ups :
This mailing list archive is Copyright 1997-2026 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page . If you have questions about this, please contact
[javascript protected email address] .
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.