User loginRecent blog posts
Homeland Security Advisory System
Popular contentToday's: |
Automated Backups of Filemaker Server 6.0 running on LinuxSubmitted by geekwisdom on Sat, 2005-08-27 22:43.
When running Filemaker Server 5.5/6.0 on Linux one looses the nice automated backup features which exist in the Windows and Mac versions of the software. It turns out backups can be automated pretty simply by using the PAUSE and RESUME options for fmserverd. I don't claim to be a super bash scripter but here's an example script to get you going (keep in mind that this script lacks error handling, use it at your own risk). NOTE: If anyone would like to add error handling and other nifty features please login and post a comment with your suggestions. #!/bin/sh # # the path to fmserverd # the path to the filemaker files # the path to the filemaker log file # the path to the backups # # build the path to today's directory # announce the beginning of the process # First shutdown filemaker server # Make a backup of the filemaker files to today's directory # Start up filemaker server # Make a copy of the filemaker log file # change symbolic link # output the current open database file list # exit we're done exit 0 ( categories: Systems Administration )
|
Mozilla Project
Google SearchesGeek(Wisdom).com is not affiliated with google. We just like their search engine.
SyndicationFront Page Programming/Architecture Security/Privacy Systems Administration Old SiteLooking for the old, old site? 2008/12/03 19:36:23
|