Try OpenEdge Now
Database Administration
Reference
:
RFUTIL Utility
:
RFUTIL AIMAGE EXTENT FULL qualifier
RFUTIL AIMAGE EXTENT FULL qualifier
Displays the pathname of the oldest filled file; this is the next file to be backed up.
Syntax
rfutil
db-name
-C aimage extent full
Parameters
db-name
Specifies the database you are using.
Notes
Use RFUTIL AIMAGE EXTENT FULL in a script similar to the following:
last_full='_rfutil mydb -C aimage extent full'
tar -cvf /dev/ai_archive $last_full
rfutil mydb -C aimage extent full $last_full