[Config Support]: 24 hour recording and constant snapshot #20304
Replies: 2 comments
-
|
Your config is set to record continuously for 14 days ( record:
enabled: true
retain:
days: 3
mode: motion
alerts:
retain:
days: 30
mode: motionThis will only keep video segments with detected motion for 3 days, and segments overlapping with alerts for 30 days(1)(2). The reason you are seeing frequent deletions and only getting less than a day of history is because your storage is filling up due to continuous recording. When Frigate detects less than an hour of storage left, it deletes the oldest 2 hours of recordings(1). To summarize:
For more, see: Recording and Full Reference Config. 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
|
we will need a more full copy of logs have you looked at the motion tuner to see if motion is being detected on the cameras? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem you are having
I am currently get only less than 1 day of recording. my media folder is recoring all the time every 10 seconds in each camera folder such as /root/docker/frigate/media/recordings/2025-10-01/08/doorbell/
i am getting many webp files in /root/docker/frigate/media/clips/review for each camera and also in the root folder.
I am only wanting motion as I can record than 10 hours before my old recordings get wiped.
I have tried adjusting he camera down buy no luck
I even deleted my db to start from fresh and same issue.
Version
0.16.1-e664cb2
Frigate config file
Relevant Frigate log output
Relevant go2rtc log output
Frigate stats
No response
Operating system
Proxmox
Install method
Docker Compose
docker-compose file or Docker CLI command
Object Detector
TensorRT
Screenshots of the Frigate UI's System metrics pages
Any other information that may be helpful
Beta Was this translation helpful? Give feedback.
All reactions