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.

How can I back up using the Command Line?

Featured Replies

I am located in Japan, where we're being hit with rolling blackouts after the bit earthquake. Added to this mess, I accidentally applied the Java update that breaks using Filemaker Admin, so I can't get much done at all. The system is stable and we're able to start/stop the database from the command line no problem, but I'd really love it if I could run a script from the command line, to manually back up files when I know a blackout is coming. Can anyone tell me how I'd run a backup script from terminal?

All of this info is in server_11_configuration_guide_en.pdf document.

Two ways of doing it:

1) write a shell script that does:

fmsadmin pause

<insert your own logic here to copy the files to a backup location>

fmsadmin resume

This is basically how backups were done in FMS 5.5, and it still supported.

Downside is that during the backup the users will get a coffee cup cursor if they are entering a lot of data

2) if you have existing backup schedules then do "fmsadmin list schedules" and not the ID of the schedule you want to run, then write a shell script that does

fmsadmin run schedule X

  • Author

Thanks very much! This is very helpful!

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.