Skip to content
Discussion options

You must be logged in to vote

The .recycle folder isn't a Frigate-specific folder, but rather appears to be created by your operating system or NAS storage system (like Synology). Frigate doesn't create or manage a .recycle folder.

However, if you're experiencing storage issues with Frigate recordings, you can configure retention policies to control how much disk space recordings consume. Here are the key configuration options:

Configure recording retention by days:

record:
  enabled: True
  continuous:
    days: 3
  motion:
    days: 7
  alerts:
    retain:
      days: 30
      mode: motion
  detections:
    retain:
      days: 30
      mode: motion

(1)

Enable automatic cleanup when storage is low:

As of Frigate 0.12…

Replies: 1 comment 1 reply

Comment options

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

Answer selected by thedead
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant