It's simple and can be very helpful!
Create a shell script like bellow and schedule it in your control manager, appwrx or crontab.
cat backup_asm_metadata.sh
rm -rf /tmp/backup_asm_metadata_MYDB.bkp
asmcmd md_backup -b /tmp/backup_asm_metadata_MYDB.bkp
Best Regards,
Paulo Portugal
Create a shell script like bellow and schedule it in your control manager, appwrx or crontab.
cat backup_asm_metadata.sh
rm -rf /tmp/backup_asm_metadata_MYDB.bkp
asmcmd md_backup -b /tmp/backup_asm_metadata_MYDB.bkp
Best Regards,
Paulo Portugal
No comments:
Post a Comment