• Syncing software

    From YK@youkidding@yahoo.com to comp.sys.mac.system on Thursday, July 29, 2021 21:14:38
    From Newsgroup: comp.sys.mac.system

    I have a customer that wants to sync their documents, including
    Filemaker Pro databases between their office iMac and home MacBook Pro.
    They are both on the same network and running the same OS. I've never
    had the occasion to do this in my years of providing support. Anyone
    have suggestions on the software to use. Found several possibilities,
    but would like to hear from someone with real world experience of accomplishing this. TIA

    YK
    --- Synchronet 3.18b-Win32 NewsLink 1.113
  • From Percival John Hackworth@pjh@nanoworks.com to comp.sys.mac.system on Friday, July 30, 2021 03:17:35
    From Newsgroup: comp.sys.mac.system

    On 29-Jul-2021 at 6:14:38PM PDT, "YK" <youkidding@yahoo.com> wrote:

    I have a customer that wants to sync their documents, including
    Filemaker Pro databases between their office iMac and home MacBook Pro.
    They are both on the same network and running the same OS. I've never
    had the occasion to do this in my years of providing support. Anyone
    have suggestions on the software to use. Found several possibilities,
    but would like to hear from someone with real world experience of accomplishing this. TIA

    YK

    Sync-ing a database between multiple systems is not trivial. Depending on the direction you want to sync--master-->client or node <--> node (bidirectional), you can have a mess if the software isn't designed to allow this.

    I know on MySQL, Postgresql, and Oracle, they have feature called
    "replication" where you setup a replicant node (slave is the old term but it's being removed from such tools out of Wokeness). Any write to a database
    creates a duplicate write to the replicant. It's not bidirectional. If you're lucky, Filemaker has this facility.

    If there's no replication, you'll have to automate an extraction all data in the database in some portable form that can be imported. MySQL has an Export feature. Copy that file over to your wife's computer and import it.

    Not a trival task.
    --
    DeeDee, don't press that button! DeeDee! NO! Dee...
    --- Synchronet 3.18b-Win32 NewsLink 1.113
  • From Your Name@YourName@YourISP.com to comp.sys.mac.system on Friday, July 30, 2021 15:51:28
    From Newsgroup: comp.sys.mac.system

    On 2021-07-30 01:14:38 +0000, YK said:

    I have a customer that wants to sync their documents, including
    Filemaker Pro databases between their office iMac and home MacBook Pro.
    They are both on the same network and running the same OS. I've never
    had the occasion to do this in my years of providing support. Anyone
    have suggestions on the software to use. Found several possibilities,
    but would like to hear from someone with real world experience of accomplishing this. TIA

    YK

    You could use iCloud (is using the same AppleID), DropBox, etc. On the softwear side there is Sync Folders on the App Store or ChronoSync, or
    you could write a script to use the MacOS built-in Rsync terminal
    command.

    Whatever you use, you need to make sure you've closed the FileMaker
    database before syncing it, otherwise it may not have fully saved any
    changes. The same is true for any other documents really, although with
    some apps, the iCloud approach will mean you can simply continue
    working on an open document.

    Depending on the requirements, probably the simplest approach is to
    simply store the files on a portable external drive an access them from
    there. The syncing can then be done as a backup system on both Macs.

    --- Synchronet 3.18b-Win32 NewsLink 1.113
  • From Lewis@g.kreme@kreme.dont-email.me to comp.sys.mac.system on Friday, July 30, 2021 04:14:10
    From Newsgroup: comp.sys.mac.system

    In message <sdvjpv$hob$1@gioia.aioe.org> YK <youkidding@yahoo.com> wrote:
    I have a customer that wants to sync their documents, including
    Filemaker Pro databases between their office iMac and home MacBook Pro.
    They are both on the same network and running the same OS. I've never
    had the occasion to do this in my years of providing support. Anyone
    have suggestions on the software to use. Found several possibilities,
    but would like to hear from someone with real world experience of accomplishing this. TIA

    iCloud
    Sync
    Dropbox

    However, syncing database files is tricky, and may require things like
    ensuring the database is not being accessed before it is synced.
    FileMaker may have a way to manage this on it's own, so I would start
    there for those files.

    --
    Chico: You sing-a high.
    Connie: Yes, I have a falsetto voice.
    Chico: That's-a funny; my last pupil she had-a false set-a teeth.
    --- Synchronet 3.18b-Win32 NewsLink 1.113
  • From Dr Eberhard W Lisse@nospam@lisse.NA to comp.sys.mac.system on Friday, July 30, 2021 08:33:17
    From Newsgroup: comp.sys.mac.system


    Am using Unison for years.

    https://www.cis.upenn.edu/~bcpierce/unison/

    el


    On 2021-07-30 03:14 , YK wrote:
    I have a customer that wants to sync their documents, including
    Filemaker Pro databases between their office iMac and home MacBook
    Pro. They are both on the same network and running the same OS. I've
    never had the occasion to do this in my years of providing support.
    Anyone have suggestions on the software to use. Found several
    possibilities, but would like to hear from someone with real world
    experience of accomplishing this. TIA

    YK
    --- Synchronet 3.18b-Win32 NewsLink 1.113
  • From Calum@com.gmail@nospam.scottishwildcat to comp.sys.mac.system on Friday, July 30, 2021 14:05:37
    From Newsgroup: comp.sys.mac.system

    On 30/07/2021 05:14, Lewis wrote:

    iCloud
    Sync
    Dropbox

    All of those involve syncing via 3rd-party servers, of course, which is
    a bit circuitous when the two machines are on the same network. Given
    that there's work data involved, there may also be data protection or
    other security considerations--the company I work for certainly doesn't
    allow any of our business data to pass through any of those services
    under any circumstances.

    A peer-to-peer solution like Resilio, or even plain old rsync, might be
    more appropriate.

    However, syncing database files is tricky, and may require things like ensuring the database is not being accessed before it is synced.

    Yep.
    --- Synchronet 3.18b-Win32 NewsLink 1.113
  • From nospam@nospam@nospam.invalid to comp.sys.mac.system on Friday, July 30, 2021 09:08:28
    From Newsgroup: comp.sys.mac.system

    In article <se0tf1$1m4d$1@gioia.aioe.org>, Calum <com.gmail@nospam.scottishwildcat> wrote:


    iCloud
    Sync
    Dropbox

    All of those involve syncing via 3rd-party servers, of course, which is
    a bit circuitous when the two machines are on the same network. Given
    that there's work data involved, there may also be data protection or
    other security considerations--the company I work for certainly doesn't allow any of our business data to pass through any of those services
    under any circumstances.

    A peer-to-peer solution like Resilio, or even plain old rsync, might be
    more appropriate.

    nextcloud on a local server.
    --- Synchronet 3.18b-Win32 NewsLink 1.113
  • From Lewis@g.kreme@kreme.dont-email.me to comp.sys.mac.system on Friday, July 30, 2021 14:11:49
    From Newsgroup: comp.sys.mac.system

    In message <se0tf1$1m4d$1@gioia.aioe.org> Calum <com.gmail@nospam.scottishwildcat> wrote:
    On 30/07/2021 05:14, Lewis wrote:

    iCloud
    Sync
    Dropbox

    All of those involve syncing via 3rd-party servers, of course, which is
    a bit circuitous when the two machines are on the same network. Given
    that there's work data involved, there may also be data protection or
    other security considerations--the company I work for certainly doesn't allow any of our business data to pass through any of those services
    under any circumstances.

    If the company you work for doesn't understand how encryption works,
    then they have far greater problems than syncing data files. It is
    trivial to ensure that your data is only accessible by you, regardless
    of where it is store.

    There is also Bit torrent sync (renamed, but I forget the name) which
    does not involved other servers.

    A peer-to-peer solution like Resilio, or even plain old rsync, might be
    more appropriate.

    That's the name.

    However, syncing database files is tricky, and may require things like
    ensuring the database is not being accessed before it is synced.

    Yep.


    --
    Telephone trivia turns deadly
    (Scream)
    --- Synchronet 3.18b-Win32 NewsLink 1.113