Transfer documents, photos, movies and music on the same laptop from one session to another.

I have a Mac Book Pro OSX El Capitan.

I transferred everything from my administrator of my iMac to my Mac Book Pro.

I know how to create a session, or delete, but I can't find how to transfer files from one session to the next to keep only one.

Maybe there is no way, and I have to do it manually with a USB key.

If anyone can help me with this, I would be grateful.

Sorry for my English is not too good. I'm french and I is the first time that I post a message!

Thank you

Hi Appia,

Thank you for using communities Support from Apple! I'm sorry to hear that you are having these problems with your iMac and your MacBook Pro. I'm a bit ambiguous on the specific issue you describe, but if you speak to migrate your user accounts or data from an older Mac to a new Mac, you can find information and the steps described in the following articles useful:

Move your content to a new Mac - Apple Support

OS X: manually the Data Migration from another Mac - Apple Support

Concerning

Tags: Mac OS & System Software

Similar Questions

  • Add multiple nodes of the same name from one xml into another

    Hello

    Following my question the other day (adding several nodes of different one xmltype in the other), I now need a bit more complex that I can't work on where to begin, assuming that it is something that can reuse some/all the quote from yesterday (thank you once again, odie_63!). ETA: I'm on 11.2.0.3

    So, here's the (slightly modified) xml with the solution of yesterday:

    with sample_data as (select xmltype ("< root >

    < xmlnode >

    val1 < subnode1 > < / subnode1 >

    val2 < subnode2 > < / subnode2 >

    < / xmlnode >

    < xmlnode >

    val3 < subnode1 > < / subnode1 >

    < subnode2 > val4 < / subnode2 >

    < / xmlnode >

    < / root >') xml_to_update,.

    XmlType ("< a >

    < b > < /b > valb

    valc < c >/< c >

    < d >

    vald1 < d1 > < / d1 >

    < d2 > vald2 < / d2 >

    / < d: >

    Vale of < e > < /e >

    valf < f > < /f >

    < g >

    valg1 < g1 > < / g1 >

    valg2 < g2 > < / g2 >

    / < g >

    < h >

    valh1 < h1 > < / h1 >

    valh2 < h2 > < / h2 >

    < HR >

    < volume >

    < name > fred < / name >

    < type > book < / type >

    Head of <>1 < / head >

    < / multi-user >

    < volume >

    Bob < name > < / name >

    car of < type > < / type >

    < head > 0 < / head >

    < / multi-user >

    ( < /a >') xml_to_extract_from

    the double)

    Select xmlserialize (document

    XMLQUERY)

    ' copy $d: = $old

    Edit)

    Insert the node element extrainfo {}

    $ new/a/b

    , $ new/a.

    , $ new/e/f

    , $/ a/h new

    } as the first in $d / root

    )

    return $from

    by passing sd.xml_to_update as "old."

    , sd.xml_to_extract_from as 'new '.

    contents of return

    )

    dash

    )

    of sample_data sd;

    It gives me:

    < root >

    < InfosSuppl >

    < b > < /b > valb

    < d >

    vald1 < d1 > < / d1 >

    < d2 > vald2 < / d2 >

    / < d: >

    valf < f > < /f >

    < h >

    valh1 < h1 > < / h1 >

    valh2 < h2 > < / h2 >

    < HR >

    < / extrainfo >

    < xmlnode >

    val1 < subnode1 > < / subnode1 >

    val2 < subnode2 > < / subnode2 >

    < / xmlnode >

    < xmlnode >

    val3 < subnode1 > < / subnode1 >

    < subnode2 > val4 < / subnode2 >

    < / xmlnode >

    < / root >

    However, I now need to add new nodes according to the information provided by the < volume > something like nodes in a set:

    < root >

    < InfosSuppl >

    < b > < /b > valb

    < d >

    vald1 < d1 > < / d1 >

    < d2 > vald2 < / d2 >

    / < d: >

    valf < f > < /f >

    < h >

    valh1 < h1 > < / h1 >

    valh2 < h2 > < / h2 >

    < HR >

    < newnode >

    < name > fred < / name >

    < type > book < / type >

    < / newnode >

    < newnode >

    < name > bob < / name >

    car of < type > < / type >

    < / newnode >

    < / extrainfo >

    < xmlnode >

    val1 < subnode1 > < / subnode1 >

    val2 < subnode2 > < / subnode2 >

    < type > book < / type >

    < / xmlnode >

    < xmlnode >

    val3 < subnode1 > < / subnode1 >

    < subnode2 > val4 < / subnode2 >

    car of < type > < / type >

    < / xmlnode >

    < / root >

    If it's easier, I * think * we would be ok with something like:

    ...

    < newnode >

    < name type = 'fred' > book < / type >

    car < name type = 'bob' > < / type >

    < / newnode >

    ...

    Is the closest, I came:

    with sample_data as (select xmltype ("< root >

    < xmlnode >

    val1 < subnode1 > < / subnode1 >

    val2 < subnode2 > < / subnode2 >

    < / xmlnode >

    < xmlnode >

    val3 < subnode1 > < / subnode1 >

    < subnode2 > val4 < / subnode2 >

    < / xmlnode >

    (< / root > ') xml_to_update,.

    XmlType ("< a >

    < b > < /b > valb

    valc < c >/< c >

    < d >

    vald1 < d1 > < / d1 >

    < d2 > vald2 < / d2 >

    / < d: >

    Vale of < e > < /e >

    valf < f > < /f >

    < g >

    valg1 < g1 > < / g1 >

    valg2 < g2 > < / g2 >

    / < g >

    < h >

    valh1 < h1 > < / h1 >

    valh2 < h2 > < / h2 >

    < HR >

    < volume >

    < name > fred < / name >

    < type > book < / type >

    Head of <>1 < / head >

    < / multi-user >

    < volume >

    Bob < name > < / name >

    car of < type > < / type >

    < head > 0 < / head >

    < / multi-user >

    (< /a > ') xml_to_extract_from

    the double)

    Select xmlserialize (document

    XMLQUERY)

    ' copy $d: = $old

    Edit)

    Insert the node element extrainfo {}

    $ new/a/b

    , $ new/a.

    , $ new/e/f

    , $/ a/h new

    newnode}

    $ new/a/multi-user/name

    , $/ a/multi-user/new

    }

    } as the first in $d / root

    )

    return $from

    by passing sd.xml_to_update as "old."

    , sd.xml_to_extract_from as 'new '.

    contents of return

    )

    dash

    ) fred

    of sample_data sd;

    Which produces:

    ...

    < newnode >

    < name > fred < / name >

    Bob < name > < / name >

    < type > book < / type >

    car of < type > < / type >

    < / newnode >

    ...

    -obviously not right!

    Can anyone give advice? I tried to find similar examples, but I can't put it in the right search terms, or something!

    Hello

    To manage the expandable nodes, you have to iterate using a FLWOR expression:

    copy $d: = $old

    Edit)

    Insert the node element extrainfo {}

    $ new/a/b

    , $ new/a.

    , $ new/e/f

    , $/ a/h new

    , for $i in $ a/new/multi-user

    will return the newnode item {$i / name, $i / type}

    } as the first in $d / root

    )

    return $d

    or, even, to get the result by replacing:

    copy $d: = $old

    Edit)

    Insert the node element extrainfo {}

    $ new/a/b

    , $ new/a.

    , $ new/e/f

    , $/ a/h new

    newnode}

    for $i in $ a/new/multi-user

    Returns the element type {}

    name of the attribute {data($i/name)}

    data($i/type)

    }

    }

    } as the first in $d / root

    )

    return $d

  • My wife and I bought hundreds of iTunes movies and music over the years. I have a terminal illness and won't last long. The account is in my name. How can I ensure that films and the songs that she and I have paid for are accessible for her after I spend

    My wife and I bought hundreds of iTunes movies and music over the years. I have a terminal illness and won't last long. The account is in my name. How can I ensure that films and the songs that she and I have paid for are accessible for her after I die?

    She needs to have your Apple ID and password. Your iCloud ID and the password if you have your own iOS device, so it can have access to these facilities. Even if she wanted to sell, it would need this information to remove the lock of activation before the sale.

  • How to move the virtual machine from one cluster to another cluster

    How to move the virtual machine from one cluster to another cluster

    If two Clusters are in the same data center, you could do a 'live' migration or vMotion, if that's the case.   If the virtual machine is turned off, it may be migrated regardless of the data center.

  • How to change the Web server from one server to another server

    Hi all

    Can you please provide the document to change the location of the web server from one server to another server?

    Thanks in advance.

    Thank you and best regards,
    Siva Prasad B

    Siva Prasad says:
    Hi Michel,.

    Coping PS_HOME just move the web server?

    And Michel and I said earlier that you need to reinstall your Web server... and to redeploy the PIA, which is not clear?

    Nicolas.

  • ADMITTED that Cookies exceptions list does not keep the entries from one session to another.

    YES, I searched the KB for a response... no joy. I want to manage my cookies by adding a few sites I want to allow cookies for, with all the other sites being rejected and me be prompted whenever a site wants to dnld a cookie. I think I understand all of the available settings, but I can't bet FF to keep the list of allowed websites from one session to another, and sometimes FF keeps their same immediately after I save them. I've never had a problem with FF3, but now I'm having this problem with FF4.

    You can't keep cookies if you run Firefox in private browsing mode.

    Private - browsing using Firefox without saving history all cookies are session cookies that expire if this session is over, so sites don't remember you.

  • move the SSL Cert from one device to another on Cisco ASA

    Hi all

    Is it possible to have a certificate SSL + key of a cisco asa to another? I hope its possible and if anyone can guide me to fix the documentation that would be perfect.

    Thank you

    Manish

    Hello

    This document will do it for you

    http://www.Cisco.com/en/us/products/ps6120/products_configuration_example09186a00809fcf91.shtml#copycert

    Check the How to copy one ASA to another SSL certificates

    Kind regards

    Any other questions... Sure... Be sure to note all my answers.

  • My IPAD seems to go on auto-pilot: How can I stop the he flicking from one thing to another?

    How can I stop my IPAD II of flicking from one thing to another without my intervention?

    You probably have a defective scanner on the screen and so will have to do to fix it.

    iPad repair - official Apple Support

  • How to save only my photo, movie and music files on a second external drive?

    iMac; Mid-2010; 10.9.5 OS.  My 1 TB internal HD is almost full. Time machine backup to external hard drive with a 2.

    How can I get only my photo, film and audio files automatically save to a second 1 TB WD external hard drive?

    Thank you.

    We'll find the answer to your question on the site of Tips of Time Machine .

  • How can I play audio books and music to the same list of reading, in the same app on my iPhone?

    I don't really know where posting this because it applies to music and audiobooks and iTunes, but this corner of the support community seems most likely to be read by people with similar problems.

    I've got playlists in iTunes that are a mixture of Media type = Audiobook and Media type = music. In iTunes, they are in the same playlist, and I want to stay in the same playlist - they are language courses. But on my iPhone, digital audio books disappear from music and appear in iBooks (and in a book audio browser, the app I use audio books). It's the same playlist is now not only in two different playlists, but in totally different applications.

    Is there a way to play these files from the same application on my iPhone, rather than having spread them over two applications? I guess the most likely option is an application that includes all the audio files on the iPhone, not only music and audio books not only. Such an application exist?

    (Yes, I could theoretically change all in the music, or any audio book, but many of them have four-digit numbers, and if I change those files the track numbers will disappear and the playlists will be totally screwed.)

    Thanks in advance.

    Want very it is a third party application that can play audio books and music - particularly iTunes purchases items. You can certainly check the app store.

    But yes, the unit and the apps work as expected.

  • Move the virtual machine from one host to another ESXi

    Hi all

    Quick question, if I wanted to move a virtual machine hosted on a server ESXi ESXi server what is the easiest way? Should I use the converter to do?

    Thank you

    ESXi 4.1 (Vsphere Hypervisor)

    So have free Vmware Vsphere Client

    In this case, the options are:

    • Standalone converter
    • Browser data store (download and transfer files)
    • SCP or FastSCP and then add the virtual machine to inventory with the browser data store
  • Quickly move the maximized window from one monitor to another

    With Vista, is it possible to move a maximized window from one monitor to the other with a single click or via a keyboard shortcut (instead of having to UN-maximize, drag and re - optimize)?  I can't download and install 3rd party applications to achieve.

    Hello j8mcmurtrey,

    I was unable to find a shortcut to perform the action you want. However, you can have a look through the available shortcuts that you is provided through Windows Vista here.

    Hope this helps

    Chris.H
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Move the virtual machine from one host to another with shared storage

    Hello

    I have a question on how to move a virtual machine from one ESX 4 host to a host ESXi 5.  These hosts have access to the same shared storage but the ESX 4 host is outside the network and host ESXi 5 is inside the network so vMotion is not an option.  They are in different groups.  I know that there must be an easy way to move this virtual machine, but for the life of me, I can't find it.  I guess I have remove the virtual machine from the external cluster but how to make the virtual machine in the internal cluster?

    Thanks in advance...

    If both host access to the data store even where VM's store, just stop the virtual machine, remove inventory on ESXi 4, go to ESXi 5 vSphere vSphere, browse the data store where the VM is stored, do a right-click on the .vmx file and add to the inventory.

  • How to move the virtual machine from one host to another?

    The two boxes under ESXi 5.0 (hypervisors freely licensed).

    I have a virtual machine (FreeBSD) that I need to go to another box.

    Network ports are not the same, but I guess that's not a biggie to reconfigure the network cards. Other than that, I have to follow a few best practices/SOPS or copy & paste is everything I need to run perfectly on a different host?

    Thank you very much!

    FastSCP allows you to copy directly between hosts, so it can save a lot of time you copy.  I don't know what you mean by 'manually' copy files.  Do you mean using the vShpere client and download the files to a location then download them to the new host?  Either way works perfectly, but FastSCP you must save a step.

    If you have currently snapshots, you can consolidate first or leave em and just copy them with the rest of the virtual machine. There should be no need to do something with snapshots, if you perform a migration 'offline '.  As long as you take all the files, snapshots will be displayed on the destination host computer when you save the vm on the host.

    I did 'on-line' migration of large virtual machines first to the take a snapshot on the source host, copy basic to the first destination host disks while the virtual machine was still running on the source host.  When I was ready to migrate the CPU processing, I power off the virtual machine, copy the other files (which would include the deltas from disk and whatnot) and turn on the vm on the destination host (which would cause only a few minutes of downtime).  Later, I consolidate records by removing the snapshot on the destination host.  Way to a poor man to do a migration of vm on ESXi free edition with little downtime.

  • Get the CC PS from one computer to another

    I have an iMac 27 "I do all my work of photo on and her husband has a 15" Mac Pro laptop computer.  We live in a camper and right now, we are in a terrible internet area.  Verizon 4 G isn't available here, and 3G is marginal.  I can take the lap top in place and connect with the ethernet cable, but let's face it the iMac is not true portable.  Is there a way to download the new CC PS on the top of the Tower, and then transfer them on the iMac?  I read here where there isn't a DMG file downloading.  What is a work-around? I hope that in a week, we will be in a better internet area.

    Thank you, Sue

    HI Dakota,

    The option you can try is to download the .dmg on the laptop and then transfer via a flashdrive (if possible)

    PS: We do not have photoshop with another extension outside .dmg file

    Ankit

Maybe you are looking for