Skip to content

How do I get frigate to save to a different disk? #1141

Answered by tobz-au
TheBigBobo asked this question in Q&A
Discussion options

You must be logged in to vote

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=

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@TheBigBobo
Comment options

Answer selected by TheBigBobo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants