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.

Featured Replies

Hello,

I am just upgrading our server from version 8 to 11. I did not know until now that backups were now each in their own folder. I understand the upside of allowing multiple backups and preventing them being overwritten.

Having a fixed location was a plus in this situation: we need a duplicate of the database at a remote location - the data is replaced every night and using "day-old" data is not an issue and performance is better than using the network. So the script used by the remote machine was "pulling" a backup of the database from the same location every night. Now, with a new name every night, it no longer works...

We can't do a file copy of the live data, can't "save as" while the files are hosted...

My question: is there a simple way to duplicate/backup a database in a specific location? thanks for your thoughts.

Edited by Guest

So the script used by the remote machine was "pulling" a backup of the database from the same location every night. Now, with a new name every night, it no longer works...

This is essentially backwards of what should have been done. And it poses risks to the server and the files.

[color:red]Push the files out to the remote location instead. See the backups information from Wim Decorte's website for several approaches to doing this.

Steven

  • Author

Whether push or pull, I was looking for a way to avoid a folder name that changes with every backup... Or a method to obtain a copy/duplicate of the database in a fixed location.

What you want to do:

Inside the standard folder for FileMaker Server backups, do create a folder and name any way you like it - "MyCopyForRemoteSite". Now create a schedule in FMS Admin Console to save your database file(s) once a day into that folder, keeping only one version (meaning overwriting the contents tomorrow.)

Now you have the folder where to look for data from you system script; that script will first prepare, then push (copy) the data to the remote site.

In my scripts. I first copy data to my work directory, then use zip with the options -rj (r traverse directories recursively, j junk, no directories included) and *.fp7 for the file mask. Voila, in the resulting archive.zip are only the files included; no timestamped folders.

Make sure to rename the archive.zip or do whatever find appropriate to identify todays' copy from yesterdays'.

Regards

Volker

  • Author

I never thought of using these parameters with winzip. I will give it a try, thanks!

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.