What's the best way to move files from my 2012 iMac to my 2014 MBP?

What’s a good way to move files from my 2012 iMac to my MBP?
I prefer to do graphic work on my 21-inch iMac (2012 version). But when I travel I need to copy files to my 2014 MBP. I learned that my 2012 iMac is too old for use of AirDrop, so I’m copying and moving files with a flash drive. That seems slow and clumsy. Is there a better way?

Target Disk Mode would provide a direct connection between the two Macs:
http://support.apple.com/en-us/HT1661
Nothing simpler than that is available.
Ciao.

Similar Messages

  • What's the best way to move files from my old G3 to my new Intel DuoCore?

    I just received my new Intel DuoCore 17" iMac. For years I have been using a much-loved G3 500 mHz iMac. The new Intel iMac is still in the box, but I believe it shipped with OS 10.4.4. The G3 runs 10.2.6. I have a dial-up connection to the Internet; currently DSL is not available in my neighborhood. What is the best way to move my files from the G3 to the Intel dc? Can I simply connect them with an Ethernet cable and transfer files directly? Or is my best bet to simply save the files I want to transfer to a disc and do it the old-fashioned way? Please forgive me in advance for my ignorance; although I have been a Mac user and supporter for many years, I am astonishingly ignorant when it comes to the best way to using both Mac hardward and software.
    iMac Intel DuoCore   Mac OS X (10.4.4)  

    There are two issues - 1. Getting the files moved over, and 2. Being able to open them on the Intel iMac.
    1. This can be technically easy if you are willing to spend the time. I moved all my stuff from my old Mac to my new one by hooking the two together with an ethernet cable, directly. You would need both machines to have appropriate IP addresses. (go to the network preferences and pull down the built-in ethernet panel.) Some addresses such as 192.168.1.100 and 192.168.1.101 would work with a subnet mask of 255.255.255.0) Now go to the new iMac and make sure the finder is selected (click on the desktop) and under the "GO" menu select "Connect to Server". You will need to put in the IP address of the old machine, and later it's administrative password. Then select its hard drive from the list (possibly only one choice) and it should appear as an icon on your iMac desktop. You can open this like any other drive and just drag items to the new iMac.
    2. Whether you can use all the files moved over from the old G3 is difficult to answer. You may be using Classic mode sometimes on the G3 and have some stuff created with a Classic application. You are probably aware that the new Intel iMac does not support Classic mode, so some of these files may not be useable without a bit of work (or at all, perhaps.) For instance I had to purchase Appleworks to handle some of my old Clarisworks documents because Pages couldn't understand them. Once I had them converted to Appleworks documents, I could then convert them again to Pages documents.
    I had some old MacDraw Pro documents that were equally problematic.
    I would advise you to get the new iMac out of the box and connected to your dialup internet connection first. Do all the software updates until running software updater says there is nothing new. Then you will be at 10.4.7 with all the latest security and fixes etc. Then disconnect from the internet and use an ethernet cable to get the stuff off the old computer.
    There will be lots more to do such as moving your mail, address box entries etc. later, but this is a start.

  • What is the best way to transfer files from a Power PC G4 that has NO power?  Thanks.

    What is the best way to transfer files from a Power PC G4 that has NO power?   I have a newer iMac. Thanks.

    Remove the hard drive and get one of these USB hard drive adapters. http://tinyurl.com/a5l2htj Then plug the adapter into your iMac to see/retrieve the files.
     Cheers, Tom

  • What is the best way to move data from one array to another

    I'm going to be moving data from one array to a larger array on the same RAID but different controller. (I have some extra extra drives I'm also going to be installing Retrospect so I can't just restore from a backup.)
    The RAID has 450GB of production files, fonts etc.
    What is the best way to move the data over?
    I saw that someone had suggested using ditto. Would that be better than MacMV?
    I also own Bru LE so I could use that.
    Any advice would be appreciated.
    Thanks,
    Paul

    Ditto is a great option -- probably the best.
    ditto -rsrc src_folder /Volumes/targetvolume/targetfolder

  • What's the best way to transfer files from dead MDD G4 PowerMac to new iMac desktop?

    My Mirrored Drive Door 1 ghz G4 Power Mac recently stopped powering on. I have just purchased a new iMac with 2.5 ghz intel core i5. What is the best way for me to transfer the files to the new machine?
    Someone on another thread recommended buying a converter cable like this one: http://www.newertech.com/products/usb2_adaptv2.php
    Will I need to use transfer software too? I'd like to bring my playlists along to the new machine but don't need any of the software.
    Thanks!

    That will work. You could also remove the hard drive from the MDD and put it in an external enclosure so you would have it for backup.
    You can use the utility, Carbon Copy Cloner, to transfer files - MacUpdate or CNET Downloads.

  • Whats the best way to move files from a hard drive that wont boot?

    I made a bootable USB disk and it appears to work fine. I can still read and open files on the old disk (admin account only) from the new USB drive the old one doesn't boot. I don't have a backup but would like to move files to the USB and then reformat the old drive. 
    Whats the best way to capture the data?
    There are four user accounts on the old drive. Only one on the new drive so far. Do I need to set up four accounts on the new drive in order to copy data from each?

    Time Machine is for making backups and restoring ones it previously created. It doesn't restore data backed up or copied in other ways. In your case, it's better to use a cloning utility or manually drag the files than it is to use Time Machine.
    (124317)

  • What is the best way to move files to different folders in a plug-in?

    I am writing a plug-in that needs to move files on the hard drive.  I am using LrFileUtils.move(from, to) and everything is fine except that the catalog is not updated when the file is moved.  After the plug-in runs I can use Library > Synchronize Folder to get the catalog back in sync with the new locations of the photos on the drive, but this manual step is less than ideal. 
    I am unable to find a way to move the files within the plug in that also updates the catalog (like dragging photos to a new location within the LR Navigator pane).  Lacking an API for this, I looked for a way to programmatic execute the Synchronize Folder menu item, but was not able to find this either..
    Can anyone recommend a better way to move photos to different folders within a plug-in that also updates the catalog?

    Hi Andy,
    There are 3 main file formats that you can consider writing your data out to in LabVIEW:
    ASCII
    Binary
    Datalog
    ASCII
    ASCII files are useful because every operating system and almost every application can read/write ASCII format files. Use ASCII files when:
    Other users or applications will need to access the data file.
    You will not need to perform random access file I/O
    File I/O speed is not crucial
    Disk space is not crucial
    Examples within LabVIEW Example Finder: Fundamentals >> File Input and Output >> Write to Text File.vi and Read from Text File.vi
    Binary
    Binary byte stream files are more specific to data storage and retrieval. Use b
    inary files when:
    File I/O will remain in LabVIEW only -- no other applications will be needing to write/read that file. There is no standard formatting for binary files and thus other applications or operating systems may be unable to read the file.
    Files are smaller than ASCII files
    Easier and faster random access to data
    Examples within LabVIEW Example Finder: Fundamentals >> File Input and Output >> Write Binary File.vi and Read Binary File.vi
    Datalog
    When to use datalog:
    If you need to record data with a mixture of types, it can be cumbersome to convert everything to ASCII or to keep track of the binary formatting.
    Datalog format is binary and internal to LabVIEW, so again only use this format if no other applications or operating systems will be needing to perform file I/O on the file.
    Examples within LabVIEW Example Finder: Fundamentals >> File Input and Output >> Write Datalog File
    Example.vi and Read Datalog File Example.vi
    Good luck!
    Kileen C.
    Applications Engineer
    National Instruments

  • What is the best way to transfer files from Windows XP to a new MacBook Pro?

    I am about to make the switch from PC to Mac, but I am not completely sure how I should transfer all of my old files (Word docs, PowerPoints, Excel Sheets, pictures, etc.) over to the new Mac. I read this article, http://support.apple.com/kb/HT4796, and it said to download Windows Migration Assistant. It says that a new user account will be created on the Mac containing all of the transferred material. I assume that I can just pull stuff from the newly created account and put it on the main or administrative account? Also, I assume that I can delete the created account after I get everything that I want off of it, but I am new to the whole Mac thing and assuming never gets anyone anywhere. One more thing, I do not want to transfer over my email accounts from Outlook because there is some kind of problem with the way they are set up. I want to just start them completely over in Mail. The article says that the program will automatically transfer over email accounts. Is there a way to avoid that or just transfer stuff manually? If anyone has transferred files this way before, I would really appreciate any insight you can give me. Thanks!

    Best way would be NOT to use any sort of migration program, just copy the files over and place them in the same Music, Pictures, Documents folders on the Mac like it is on Windows.
    All you need a external USB drive you can pick up at any office or computer store, I would advise powered and either the same size or larger (not too big) than your boot drive on the Mac. So later you can make a clone of OS X, as there is NO system restore on a Mac.
    Most drives are formatted MBR with a FAT32 (named "MSDOS" in Apple's Disk Utility) and can be read on a Mac just as easily.
    If for some reason your external drive has been already formatted by Windows into NTFS format, then a Mac can't read it without paying for more software and having to hassle with updates, it not working etc. So format the external drive FAT (FAT32) or even exFAT on the PC first (exFAT needs a free download from Microsoft on XP machines)
    When you connect the drive, simply drag and drop your files right into the same folders, this way you can control what comes over and what stays.
    If you want a free program that can open your Office files without having to pay for OfficeMac, then the free LibreOffice is available and works great.
    https://discussions.apple.com/message/16276201#16276201

  • What's the best way to move apps from an old iphone to a new one?

    I just got the iPhone 4S and am having difficulties figuring out how to restore the backup from my old 3Gs.  When I first plugged it in all of my contacts, calendar and email migrated just fine.  (All except for my mobileme email for some reason it defaults all mobileme email adresses as .mac.  Which is silly consider many of us have .me)  Anyway...  I've plugged in the old phone and backed it up.  I've tried to restore the new phone with the old backup, but it doesn't seem to be working.  How do I get all of the apps I have purchased on to the new phone?

    Use an ethernet cable to connect the two computers, and set up file sharing. After that copying files from one computer to the other is exactly like copying from one hard drive to another:
    http://docs.info.apple.com/article.html?artnum=106658

  • What is the best way to move data from an old G3 to a new iMac?

    The G3 does not recognize a USB flash drive. Will an external hard drive work if we have software to install drivers?

    Use an ethernet cable to connect the two computers, and set up file sharing. After that copying files from one computer to the other is exactly like copying from one hard drive to another:
    http://docs.info.apple.com/article.html?artnum=106658

  • What's the best way to move files to new HD in the same PC?

    I just got a new bigger Hard drive and want to move all my iTunes files to it without having to make iTune search for them again. How should I do it?
    Will I have problems with the files I bough from iTunes store?
    Thanks
    IBM   Windows XP  

    1 Quit iTunes.
    2 Move the entire iTunes folder including music to the other drive.
    3 Restart iTunes holding (Shift-Windows, Option-Mac).
    4 Select Choose library. Select the library in the folder you just moved.
    5 Move the old iTunes folder to the trash but do not empty it.
    6 Restart iTunes normally and verify the songs work. If they do, empty the trash.

  • What is the best way to move files to a NAS

    Hello,
    I want to consolidate all my files on a NAS wired to my airport extreem with access by both the imac and the macbook pro. 
    Here's a bit of optional background on my situation:
    My tidy little home network consists of two computers (imac Intel Core Duo and a Mac Book Pro) and airport extreem router.  I also have a maxtor HD wired to the imac via fire wire for time machine backup.   The imac is the primary file storage location and I share the home folder and sub-folders to the mac book pro with RW access to the files.  There is not enough disk space on the imac to store all the files so I have my pictures stored on my macbook pro.
    OK so now I have several questions I'm hoping you can help me with moving all my files to the NAS. 
    Is the NAS the right approach or do I need a server.
    How can I get the Home folder to recognize or essentially sit on the NAS?  The alternative (which I do with my macbook pro) is to point the user to the remote drive my configuring the side bar links to the external drive.  I appreciate your advice here. I also know there are a bunch of details regarding moving my itunes and photo library which is a separate topic.
    How do I handle file permissions with multiple users?  Are there issues with a folder created by one user on the imac, limiting RW access by the macbook pro user?
    Regarding the NAS,  if I get a 2TB (two disk drive) NAS, I assume I can create two partitions (one for each drive) and have one for storage and another for time machine backup.  Any advice here.
    Thank you,

    Remove the hard drive and get one of these USB hard drive adapters. http://tinyurl.com/a5l2htj Then plug the adapter into your iMac to see/retrieve the files.
     Cheers, Tom

  • What is the best way to move everything from one MacBook Air to another MBA

    I bought a new MacBook Air ( OS 10.6.4, 2.16 GHz, 4GB RAM) = MBA 2. I already have an old MBA (bought late 2009, OS 10.6.0, 1.86 GHz, 2 GB RAM) = MBA 1
    Whenever I had to do a clean install of the MBA 1, I was able to successfully restore all the files and the same architecture of the HD by cloning the MBA 1's HD (onto an external drive) before doing the clean install, then sticking the external drive into the USB port and then using Migration Assistant (selecting other drive in the choices).
    Another method I can use but haven't tried is by connecting the two MBAs together with an ethernet cable (I have ethernet adapters for the two MBAs) and then using Migration Assistant.
    If I use this method, do I have to change anything in Network (in System Preferences) like this person did?
    http://www.zdnet.com/blog/apple/macbook-air-diary-day-3-migration-assistance/125 3
    So the questions I am asking are:-
    1) Which is the better method (faster, more fail-proof, simpler) for migrating?
    External drive plugged into the USB port (with clone of the HD of the older MBA on it)
    OR
    Networking the two computers with an ethernet cable
    2) If I use the networking method, do I have to change anything in Network?
    3) The MBA 2 had 10.6.4 already installed on it. I have used the MBA 2 a little bit, adding browsers and so on, but there is nothing there I want to keep.
    Do I have to do a clean install (sticking the USB flash drive that came with the computer into the MBA 2 and then erasing the disk) before I use the Migration Assistant?
    OR
    Can I just delete all the applications and files I have added since I started using the MBA 2, and then just start up Migration Assistant?
    OR
    Can I just leave the MBA 2 alone and leave it as is and start Migration Assistant? Will the Migration Assistant write over everything that's currently on the computer? (I don't mind if it does.)
    4) Will it be a problem that the MBA 1 has 10.6.0 on it whereas the MBA 2 has 10.6.4 on it? Do I need to update the MBA 1 to 10.6.4 before I do the migration? (I'd rather not if I can avoid it. However, I plan to use 10.6.4 on the new MBA 2).
    Thanks for any replies.

    applecore_eater wrote:
    External drive plugged into the USB port (with clone of the HD of the older MBA on it)
    If the clone is already made, that will be somewhat faster.
    Can I just delete all the applications and files I have added since I started using the MBA 2, and then just start up Migration Assistant?
    Your best bet is to erase the disk, install OSX from the USB stick, then use +Setup Assistant+ when the new Mac restarts. See [Setting up a new Mac from an old one or its backups|http://web.me.com/pondini/AppleTips/Setup.html] (or use the link in *User Tips* at the top of the +Snow Leopard > Installation and Setup+ forum).
    4) Will it be a problem that the MBA 1 has 10.6.0 on it whereas the MBA 2 has 10.6.4 on it?
    No.

  • Need help - what is the best way to move CS5 from my old XP machine to a new Win 7 64 bit platform?

    Is there a preferred method to do this?

    While saving your actions and brushes into files that can be loaded into the new installation is a good idea, I'd STRONGLY recommend against trying to copy your settings (i.e., the "internal" settings files) because they might have machine-specific stuff in them that will cause heartburn on the new machine.
    Here's an idea:
    1.  Install Photoshop CS5 onto your new system.  You get two activations with one license, so there's no rush to deactivate the old one just yet.
    2.  Set up your workspace the way you like it on your new system, and save it as a named workspace.
    3.  Methodically go through all the settings (Edit - Preferences, and the fly-out menus on the panels) on the new system. 
    4.  Jot down all the changes you make so you can do it again if ever you should need to.
    5.  Keep both machines for a little while so you can go back and see the old settings if something seems different.
    6.  Deactivate Photoshop on the old system before permanently retiring it.
    -Noel

  • What is the best way to remove files from the hard drive?

    I'm donating one of my computers, and there are certain sensitive files (bank records, etc.) I need to remove. I want them completely removed to the point it's like they never existed, so any hard drive recovery tools can never find them.

    Then you will have to get a replacement set from Apple.
    Since the DVD are your license to OS X they really should be included with the Mac when you sell it.
    Allan

Maybe you are looking for