anthony / Find orphaned photos in Immich

0 likes
0 forks
1 files
Last active 1753882767
IDK why but some of my photos and videos removed from HDD but meta info still persists in DB. I made a script which restores some photos from another directory by original filenames
1 #!/bin/bash
2
3 srcPath='/mnt/Data/Фото/!_SORT/SamsungSort'
4 ownerId='b3f46eb5-81a6-4283-aade-d726823d7af4'
5
6 ########################################################
7
8 source .env || exit 10
9 libHostPath="$UPLOAD_LOCATION"
10 libContainerPath='/usr/src/app/upload'
Newer Older