Commit local changes before merging with remote

This commit is contained in:
Peter Wood
2025-05-29 11:25:02 -04:00
parent 868b340fb5
commit be4f6a8d8c
75 changed files with 14107 additions and 562 deletions

View File

@@ -0,0 +1,19 @@
# Requirements
Immich backup script. This script should be run daily and should backup the following immich objects. Based on recommendations from https://immich.app/docs/administration/backup-and-restore/
1. Postgres database (using pg_dumpall as recommended by Immich)
2. User upload directories (photos, videos, and metadata)
## Notification
- Send a notification using the curl command to the <https://notify.peterwood.rocks/lab> when the backup starts and when it completes.
- Add the file names and sizes to the message.
- Ensure that the timestamps aren't appended.
- Emojis are fun in those kinds of notifications - success, failure, or warning.
- Follow the same methodology as is present in the plex backup script `plex/backup-plex.sh`.
## Backblaze
- Backblaze B2 bucket for off-site storage - once the archived file is created, I want to send it transfer it to a backblaze b2 bucket.
- Backblaze has a CLI app available for download here <https://github.com/Backblaze/B2_Command_Line_Tool/releases/download/v4.3.2/b2-linux>.
- Download it if it does not exist already and place it in the immich directory.
- Their quickstart guide is here <https://b2-command-line-tool.readthedocs.io/en/master/quick_start.html>