David Jondreau Posted August 1, 2012 Posted August 1, 2012 Any chance I can run an FMS script after a backup schedule runs? I know there's options to run FMS scripts and system scripts in conjunction, but not with a backup schedule. I could just schedule the script to run on the same interval as the backup plus one or two minutes, but that feels inelegant.
Wim Decorte Posted August 2, 2012 Posted August 2, 2012 You can run an FMS backup schedule for the command line so yes: use a script sequence schedule that runs an OS-level script to do the backup, followed by a FM script. If the FM script can only run if the backup was successful then your OS level script needs to trap for any error and exit the OS script with a non-zero value, which will prevent the FM script from running. Two ways of doing backups from the command line: fmsadmin backup or fmsadmin run <schedule # --> your backup schedule>
David Jondreau Posted August 2, 2012 Author Posted August 2, 2012 Thanks. I haven't actually ever made a system level script, but it looks like it's time to learn. DJ
Recommended Posts
This topic is 4497 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now