Click here to Skip to main content
15,881,089 members
Articles / All Topics
Technical Blog

Migrate/Move Albums of Picasa Desktop Application

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
18 Sep 2013CPOL1 min read 11K   2   2
How to migrate/move albums of Picasa desktop application

Scenario

I have a new computer and I want to move the Picasa (It’s the desktop application, not online album) album from my old computer to the new computer. The photos are the same, but the root folder is different. In this case, the old location is on the desktop, and the new location will be c:\my_new_albums. The album name for the demo is Test Album.

The album on the old computer looks like:

1

Steps

  1. Menu Tools –> Back Up Pictures…

    2

  2. In the dialog, in the first section, click New Set. Then in the popup, give a name of your backup, then choose Disk-to-disk backup (for external and network drives). Click Create.

    In the second section, click Select None. This is important because we just want to move the structure of the album.

    Click Burn.

    3

  3. You can find your backup files under C:\Picasa Backup\. The album information is stored in C:\Picasa Backup\$Application Data\Google\Picasa2Albums\(hash code)\(hash code).pal. Open it using your favorite text editor.

    4

  4. Replace the old path (on the old computer) with new path (on the new computer). In my case, I replace the $Desktop with [C]\my_new_albums.

    5

  5. Copy the Picasa Backup folder (which is exported in Step 2) to the new computer. And make sure your photos already exist in the new location.

    6

  6. In the Picasa Backup folder, run the PicasaRestore.exe. Choose Original locations. Click Next.

    7

  7. Click Restore.

    8

  8. You’re done. Open your Picasa and check if the album restored. Make sure your photos already exist in Picasa.

    9

That’s it, hope it helps.Smile

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Honeywell
China China
ASTreeView, the best FREE treeview control for ASP.NET.

Comments and Discussions

 
Questioncouldn't find pal file Pin
senderj19-Jun-14 15:50
senderj19-Jun-14 15:50 
AnswerRe: couldn't find pal file Pin
JIN Weijie5-Jan-15 18:34
JIN Weijie5-Jan-15 18:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.