-
Hi and thanks for this great tool, you are making my life so much easier! :) I was just wondering one thing: my Google Takeout had 220GB and after the import was completed, my immich library has 181GB (but it already had 30GB before, but most of that was also included in the takeout). Where is this discrepancy coming from? Does Google create so much overhead/redundancy? It doesn't look like it to me. Also, the immich jobs are still running for a while (thumbs, facial, storage template migration). Furthermore no albums were created from the takeout. But I think it should have happened, because -create-albums defaults to TRUE. Or should I've included -create-album-folder=TRUE? This was the command for my import: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Thanks for you comment! The discrepancy comes from the takeout process done by Google. I have observed that photos can be duplicated between albums and Year folders. More albums you have more redundancy you get. Yes, immich-server accepts photos at high pace and defers the heavy work to a queue. It could take hours to have process the backlog. Immich-go as immich-server detects duplicates and keep only one sample of the image. Immich-go uses this to create albums when the The good new is that you can relaunch the same command + the google-photos flag. The albums will be created in immich. This process is very fast.
|
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick reply :) Damn, how could i forget the most important option flag lol... Anyway, good that it's possible afterwards. Should I wait for all Immich jobs to finish? It's still running and if it continues in this speed it will probably take a week or so. It's just running on an old Intel Nuc. |
Beta Was this translation helpful? Give feedback.
Thanks for you comment!
The discrepancy comes from the takeout process done by Google. I have observed that photos can be duplicated between albums and Year folders. More albums you have more redundancy you get.
Yes, immich-server accepts photos at high pace and defers the heavy work to a queue. It could take hours to have process the backlog.
Immich-go as immich-server detects duplicates and keep only one sample of the image. Immich-go uses this to create albums when the
-google-photos
flag is given. But, I don't see it in your command line.The good new is that you can relaunch the same command + the google-p…