feat: Initialize backlog with completed Google Takeout upload task
All 3 zip files (51GB each) successfully uploaded to Immich with 0 errors. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
3b279f7b6e
commit
f7888072c3
|
|
@ -0,0 +1,15 @@
|
|||
project_name: "immich-docker"
|
||||
default_status: "To Do"
|
||||
statuses: ["To Do", "In Progress", "Done"]
|
||||
labels: []
|
||||
milestones: []
|
||||
date_format: yyyy-mm-dd
|
||||
max_column_width: 20
|
||||
default_editor: "nvim"
|
||||
auto_open_browser: true
|
||||
default_port: 6420
|
||||
remote_operations: true
|
||||
auto_commit: false
|
||||
bypass_git_hooks: false
|
||||
check_active_branches: true
|
||||
active_branch_days: 30
|
||||
|
|
@ -0,0 +1,36 @@
|
|||
---
|
||||
id: task-1
|
||||
title: Upload remaining Google Takeout files to Immich
|
||||
status: Done
|
||||
assignee: []
|
||||
created_date: '2025-12-04 03:01'
|
||||
updated_date: '2025-12-04 17:26'
|
||||
labels: []
|
||||
dependencies: []
|
||||
priority: medium
|
||||
---
|
||||
|
||||
## Description
|
||||
|
||||
<!-- SECTION:DESCRIPTION:BEGIN -->
|
||||
Upload takeout-002.zip and takeout-003.zip (51GB each) to photos.jeffemmett.com using immich-go. File 001 already uploaded.
|
||||
<!-- SECTION:DESCRIPTION:END -->
|
||||
|
||||
## Implementation Notes
|
||||
|
||||
<!-- SECTION:NOTES:BEGIN -->
|
||||
Files location: /mnt/c/Users/jeffe/Downloads/takeout-20251125T120945Z-3-00*.zip
|
||||
|
||||
Command to run in tmux:
|
||||
tmux new-session -d -s immich-upload
|
||||
tmux send-keys -t immich-upload '~/bin/immich-go upload from-google-photos --server="https://photos.jeffemmett.com" --api-key="i9jKhtVOd2zaTtGsamW4t3C2mOZmV9Z6h0yghNuBtA" --no-ui "/mnt/c/Users/jeffe/Downloads/takeout-20251125T120945Z-3-002.zip" && ~/bin/immich-go upload from-google-photos --server="https://photos.jeffemmett.com" --api-key="i9jKhtVOd2zaTtGsamW4t3C2mOZmV9Z6h0yghNuBtA" --no-ui "/mnt/c/Users/jeffe/Downloads/takeout-20251125T120945Z-3-003.zip"' Enter
|
||||
|
||||
Check progress: tmux attach -t immich-upload
|
||||
|
||||
2025-12-04: All 3 Google Takeout zip files uploaded successfully with zero errors.
|
||||
- File 001: 12,198 assets uploaded
|
||||
- File 002: 13,211 assets uploaded
|
||||
- File 003: 10,633 assets uploaded
|
||||
Server now has 21,292 total assets (19,768 images + 1,524 videos).
|
||||
8,319 metadata extraction jobs are paused/queued on server.
|
||||
<!-- SECTION:NOTES:END -->
|
||||
Loading…
Reference in New Issue