Immich picture backup pi4

I was going to suggest installing the File Browser app but it looks like immich is set to store your image data at umbrel/app-data/immich/data/upload/ so the file-browser app can’t access it.

Are you looking for a one-time backup or regular solution?

One Time solution

You will need to access the terminal in this case, and clone the entire data directory, which will include all the database and cache files you’d need to get immich back up and running again. I don’t have experience using immich so I don’t know if all of your images are stored under the upload/ directory.

If you have enough disk space, you should be able to run

cd umbrel/app-data/immich
tar -czf immich-backup.tgz data/

You can then move the archive to another machine, or disk etc, then delete the archive to save space.

Option others have found for a more permanent backup