How do I get frigate to save to a different disk? #1141
-
Hi, I've managed to get frigate installed fine via the helper script, but I want to have it save footage to a different storage device than where it's installed. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
hey! did you manage to sort this by any chance? having the same issues |
Beta Was this translation helpful? Give feedback.
-
OK amazingly Chat GPT helped me. here is what i did (cctv_clips is my mount point) Stop the Frigate Recording Manager Stop the Other Frigate Processes
Remove existing folder
Create the symlink
Verify the symlink
Restart Frigate Should be working now Obviously change cctv_clips to whatever your mp= |
Beta Was this translation helpful? Give feedback.
OK amazingly Chat GPT helped me.
here is what i did (cctv_clips is my mount point)
Stop the Frigate Recording Manager
sudo kill -9 540
Stop the Other Frigate Processes
sudo kill -9 1444 1445 1448 1450 1452
Remove existing folder
sudo rm -rf /media/frigate/recordings
Create the symlink
sudo ln -s /cctv_clips /media/frigate/recordings
Verify the symlink
ls -l /media/frigate/recordings
Restart Frigate
Should be working now
Obviously change cctv_clips to whatever your mp=