Hi,
i would appreciate any help on the following problem:
a client of mine uses Filemaker Server, they want to make a backup to a remote Mac (a few miles away, but connected through a private line).Both Mac’s run OS9. I tried to do this by making a schedule in FM Server but it doesn’t work. But i can make a local backup. I also can make a connection through tcp/ip to the remote Mac and start a schedule manually, but if i do that all users will have to wait for the backup to finish before they can work again. So i want to have these two Macs connect early in the morning and make a backup before everybody starts working…
Is it possible to create a script that makes a connection between these two Macs and let it make a copy of the local backup to the remote Mac through tcp/ip?
You can mount a remove volume at any time and copy stuff to it. As:
open location "afp://user:password@555.555.555.555/"
--> wait while volume is mounted
duplicate localFile to remoteFolder
--> where localFile and remoteFolder are valid file references
Also, there are several ways to schedule the execution of your script (eg, iBeeZz, a wonderful piece of lowcost-ware).
Thanks Alex,
i will give it a go, the company i mentioned hired a database programmer to update their programm. When he finishes i will have to make the backup work to the other location…
I’ll try to use the script you mentioned and the one from jj