Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
How can I schedule backups of a database? I’d like to have every night a backup of my Tamino database.Did not found this in the manuals. Is there a way to doing it?
I just wrote a shell script:#!/usr/bin/shCLASSPATH=export CLASSPATHSHLIB_PATH=export SHLIB_PATH. /usr/local/SAG/sagenv# repeat next line for every databaseargbatch backup database database=prd1Then I used cron to schedule this script to run every night. My server runs Solaris; I?m assuming you could set up something similar on Windows.
thanks curtis,but is there no functionality provided by tamino for doing this?
I don?t know of any scheduling functionality in Tamino. As far as I know, it only responds to requests.