Users Guide
6. Press Enter to return to the main menu.
To edit a config.properties AFM system file:
1. Select Edit File.
2. Enter the edit file option 2 and then select the 2. config.properties option.
Figure 98. Edit AFM File System
3. Press Enter.
4. To change the time, search for 2am or 1am You can change 2am to 3am for backup postgres DB
or change it from 1am to 4am for the Hbase.
For example,
# The folder to store backed up database files. If the folder does not
exist, the backup program will try to create it
wnm.database.backup.folder=/data/backup/postgres
# The backup job will be started every day at 2am.
wnm.database.backup.schedule=0 0 2am * * ?
# *************** Database parameter : END ***************************
# *************** HBASE parameter : Start ***************************
# The folder to store backed up database files. If the folder does not
exist, the backup program will try to create it
wnm.database.hbase.backup.folder=/data/backup/hbase
#The backup job will be started every day at 1am.
wnm.database.hbase.backup.schedule=0 0
1am * * ?
Save the file using the vi editor commands such as :w (save file) and quit :q: (quit editing).
5. Press the Enter button to return to the main menu.
Maintenance
193










