August 1, 201213 yr 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.
August 2, 201213 yr 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>
August 2, 201213 yr Author Thanks. I haven't actually ever made a system level script, but it looks like it's time to learn. DJ
Create an account or sign in to comment