Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Running FMS script after back up

Featured Replies

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.

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>

  • 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

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.