[PR #11] [MERGED] Implemented auto backup #8430

Closed
opened 2026-02-05 13:47:03 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/11
Author: @alextran1502
Created: 2/8/2022
Status: Merged
Merged: 2/8/2022
Merged by: @alextran1502

Base: mainHead: dev/auto-backup-when-option-is-check


📝 Commits (2)

  • 02e19e2 Added life cycle notification for the app to toggle auto backup upon opening app
  • c831315 Added auto backup on login/resume

📊 Changes

7 files changed (+10715 additions, -31 deletions)

View changed files

📝 mobile/lib/main.dart (+3 -1)
📝 mobile/lib/modules/home/ui/profile_drawer.dart (+1 -2)
📝 mobile/lib/modules/login/providers/authentication.provider.dart (+3 -2)
📝 mobile/lib/modules/login/ui/login_form.dart (+7 -0)
📝 mobile/lib/shared/providers/backup.provider.dart (+37 -3)
📝 server/package-lock.json (+10663 -22)
📝 server/src/app.module.ts (+1 -1)

📄 Description

Auto backup is now working.

Auto backup run when

  • User enables the auto-backup option
  • App is resume from the home screen
  • User login

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/11 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 2/8/2022 **Status:** ✅ Merged **Merged:** 2/8/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `dev/auto-backup-when-option-is-check` --- ### 📝 Commits (2) - [`02e19e2`](https://github.com/immich-app/immich/commit/02e19e2d2cf5cda49c082ccfc6b20b3dd3cc2a28) Added life cycle notification for the app to toggle auto backup upon opening app - [`c831315`](https://github.com/immich-app/immich/commit/c831315a9a5f69e579eedd065a4f47ece8b91a31) Added auto backup on login/resume ### 📊 Changes **7 files changed** (+10715 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `mobile/lib/main.dart` (+3 -1) 📝 `mobile/lib/modules/home/ui/profile_drawer.dart` (+1 -2) 📝 `mobile/lib/modules/login/providers/authentication.provider.dart` (+3 -2) 📝 `mobile/lib/modules/login/ui/login_form.dart` (+7 -0) 📝 `mobile/lib/shared/providers/backup.provider.dart` (+37 -3) 📝 `server/package-lock.json` (+10663 -22) 📝 `server/src/app.module.ts` (+1 -1) </details> ### 📄 Description Auto backup is now working. Auto backup run when - User enables the auto-backup option - App is resume from the home screen - User login --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 13:47:03 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#8430