Skip to main content

⚠️ Please note that this topic or post has been archived. The information contained here may no longer be accurate or up-to-date. ⚠️

Sync Two computers C1

Comments

10 comments

  • Michael Mason
    I wish I had something to say to help. Elsewhere I have asked a somewhat similar question (how to transfer the entire catalog between two computers). The lack of an answer to my question makes me think that the problem is more knotty than one might think.
    Good luck with finding an answer.
    0
  • HansB
    I'm syncing referenced Catalogs on my 2 machines and my backup drive without problems. 'Source replaces target' to get a correct copy when treating packages like folders.

    Just one thing: never sync both ways. But that's logical anyway.


    Regards,
    Hans
    0
  • bml
    I'm using a little shell script to keep the referenced catalogs on Macbook and Mac Pro in sync via network.
    The images are in the users home directory under Pictures/mycatalog, <TARGET> must be replaced by the name of the target computer. I have identical user IDs on both computers.
    The script is started on the computer with the recent changes. You will be asked for your password twice.

    WARNING: use this script at your own risk. It' not fool safe, rsync is for people who know where the soldering iron gets hot.

    #!/bin/sh
    # change to home directory
    cd
    # synchronize images
    rsync -avuE --delete Pictures/mycatalog/ <TARGET>:./Pictures/mycatalog
    # synchronize catalog DB
    rsync -avuE --delete Pictures/Fotos.cocatalog/ <TARGET>:./Pictures/Fotos.cocatalog


    Regards,
    Bernd
    0
  • Permanently deleted user
    All thanks for replies.
    HansB. If you could expand on your workflow " the steps to sync" would be much appreciated. Many Thanks!
    0
  • sizzlingbadger
    If you rsync the catalog while it is open it could damage it. I would add a check in the script to make sure its closed before copying anything.
    0
  • HansB
    It's true. When syncing, you must be careful not to break it. Never sync when open (and never copy when open), never sync both ways, etc.

    I successfully used SyncTwoFolders to sync catalogs. Some information in this thread:

    viewtopic.php?f=55&t=20765&p=97400&hilit=synctwofolders&sid=483f66cefcde0ff5c53be4b5d876f61c#p97400

    Rsync does the job just as good, look into Bernd's script. You could add a check for catalog in use by checking for the writelock file. Coming from Linux and still using it, I am doing a number of things from command line, even on Mac.


    Regards,
    Hans
    0
  • BobRockefeller
    I'm having good luck, so far, using Dropbox to share the catalog and images between my desktop and my laptop.

    The actual files are on Dropbox and I have symlinks on each computer pointing to those files. I've even done the same for the files in Application Support/Capture One.
    0
  • Peter Sidell
    My workflow is similar - I use C1 catalogs on a Book laptop with managed files on an external hard drive while traveling. When I return home I synchronize the external hard drive with a thunderbolt based disk image using chronosynch (no deletion synchronization).
    Then I import the catalog from the travel project into my master catalog on the hard disk.
    I then select the folders tab in C1 on the desktop and identify the hard drive with the broken links (it has an error icon next to it as well as indicating the number of files involved.) Actually that isn't hard as the portable drive and disk image have different names.
    I use the same folder structure as is implied by the chronosynch synchronization. Right click on the parent folder with the broken links and select locate. Then point to the folder correct folder on the desktop disk and choose OK.
    Sometimes it is necessary to drill down and do that with folders at each level in the hierarchy but that does seem to be getting better.
    Basically import the project from the portable drive into the master C1 catalog and then open select the folder with broken links, right click, select locate and point to the correct hierarchy.

    Before copying the C1 catalog from the portable drive to the desk top drive it is important that C1 be closed.

    That approach has worked relatively well for me, but not as mature as doing the same thing under Aperture.
    0
  • NNN636776077948784591
    [quote="PhaseoneUser84073" wrote:
    I have a Mac laptop-MBP- (travel) and an iMac at home. Using C1 9.01
    I am new to Capture One from recent Aperture transition.
    During travel I will carry with me the MBP and an external hard drive. I am using catalogs. I will shoot images and then import them from card to external hard drive so they are referenced images. I will then (in MBP) edit images, delete the ones I do not like, use keywords etc etc.
    I am back at home and would like to export them now from external hard drive- MBP to the iMac utilizing a larger external hard drive connected to the iMac.
    My question is: The most practical workflow to keep images in sync between MBP and iMac utilizing different external hard drives (one for MBP other for iMac).
    Thanks


    Also encountering this issue. Any update on a solution?
    0
  • Paul Steunebrink
    [quote="NNN636776077948784591" wrote:
    (...)
    Also encountering this issue. Any update on a solution?

    Hi, you seems to be a new user, so welcome! You probably use a version later then Capture One 9. If so, I encourage you to post in the appropriate forum here as you will get more focus and help for your issue.

    Here you find the forums of the recent versions:
    0

Post is closed for comments.