1833776 Members
1969 Online
110063 Solutions
New Discussion

ignite Backup

 
vijila
Advisor

ignite Backup

Hi,

How can I schedule ignite backup from server side

Thanks in advace,
Vijila
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: ignite Backup

Shalom,

Write a script that does the backup for you. Perhaps name it /usr/contrib/bin/ignite.backup

Use cron to schedule it.

man cron
man crontab

You can do it remotely if you exchange public keys and run it on one server from another by scheduling it with cron

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Redhat
Trusted Contributor

Re: ignite Backup

You need to put make_tape_recovery command on crontab ..

but be sure to put the tape on the DDS drive ..

a script will be a better option