Jump to content

Easy off-site backup for FMS backup files?


rwoods

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

Recommended Posts

Hello from the UK

Does anyone have a good solution for automatically copying the FileMaker backup files to something like Google Drive on Mac OS X?

FMS doesn't let you set the local Google Drive folder as the backup location as it doesn't have the correct permissions (I assume). I have purchased CarbonCopyCloner (shareware) for some customers which will do it, but does anyone have a great solution to copy those files using built-in or free tools?

I suspect that there is a UNIX command that will do it, but I'm not very well versed in that.

Any clues would be good!

Merry Christmas everyone.

Link to comment
Share on other sites

Here's a very simple approach that uses AWS S3.  Very cheap and very easy to implement and comes with an enormous feature-set on the backend to do things like retention policies through lifecycle settings.  The example uses Windows but once you install the AWS CLI (http://docs.aws.amazon.com/cli/latest/userguide/installing.html) then the command is pretty much the same:

http://www.soliantconsulting.com/blog/2016/06/backups-to-the-cloud-with-aws

I use a variation of this to not upload everything but to sync to a folder in my S3 bucket and then instruct S3 to copy the sync'd folder to a date/time stamped new folder on S3.  That way I still have my full sets (as many as I want) but with uploading just the files that were changed.  Almost like progressive backups to the cloud...

 

  • Like 1
Link to comment
Share on other sites

  • 2 weeks later...

I've been using Dropbox for this and suppose Google Drive could also be used.

The trick is to add the fmserver user to the privileges of each folder in the path to the final backup location.

So if your Dropbox is located at /Users/Admin/Dropbox, you'll have to add the fmserver user with read/write permissions to the Users, Admin and Dropbox folder

When defining the path in the 'Edit a schedule...' assistant, you'll have to enter something like filemac:/Macintosh HD/Users/admin/Dropbox/

Hope this helps!

Link to comment
Share on other sites

This topic is 2663 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.