Jump to content

unattended backup for small network


This topic is 6525 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Can anyone tell me how to perform an unattended backup on an open file using Filemaker 8 Advance? We run a small peer to peer network and would like to perform automatic backups at night without “manually” opening and closing the file. Is this possible and what would be the best approach?

Link to comment
Share on other sites

The full FM Server has this built in of course but maybe you can consider using the Task Scheduler to:

Close the files

(wait 10 minutes to automatically logoff any connected users)

Run a batch file to copy the files

(wait 5 minutes)

Re-open the files

Link to comment
Share on other sites

The full FM Server has this built in of course but maybe you can consider using the Task Scheduler to:

Close the files

(wait 10 minutes to automatically logoff any connected users)

Run a batch file to copy the files

(wait 5 minutes)

Re-open the files

Link to comment
Share on other sites

You'll need a VBscript routine to make this reliable. A batch file will not be enough. Check out the FM help file, search for "ActiveX".

The VBscript will first check to see what files are open, close them, back the files up, then open the files that were open again. You can have the VBscript write to the event log with any info and errors.

A better solution of course would be to use FileMaker Server and take live backups.

Link to comment
Share on other sites

This topic is 6525 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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