diff --git a/backlog/config.yml b/backlog/config.yml new file mode 100644 index 0000000..2e5aba4 --- /dev/null +++ b/backlog/config.yml @@ -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 diff --git a/backlog/tasks/task-1 - Upload-remaining-Google-Takeout-files-to-Immich.md b/backlog/tasks/task-1 - Upload-remaining-Google-Takeout-files-to-Immich.md new file mode 100644 index 0000000..40e5aba --- /dev/null +++ b/backlog/tasks/task-1 - Upload-remaining-Google-Takeout-files-to-Immich.md @@ -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 + + +Upload takeout-002.zip and takeout-003.zip (51GB each) to photos.jeffemmett.com using immich-go. File 001 already uploaded. + + +## Implementation Notes + + +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. +