#multiple storage drives with frigate running in docker

3 messages · Page 1 of 1 (latest)

frosty trout
#

currently just have one drive for frigate recordings, but am about to get another. can't seem to find anything online regarding this. seems like the only way to really do it is with something like fuse, or some other tool at the host level.. but no way to tell frigate "hey, use these 2 different mount locations, fill up hdd1, then move to hdd2, then rewrite starting on hdd1 as normal once both drives are full"

or am i missing something?

golden cedar
#

looking at the docker install docs for frigate it seems to only have one directory where it does recording. your only option would be to make your existing storage volume larger. if your base os is set up with lvm you can add the new drive to the volume group and then expand the logical volume the frigate data is stored in

frosty trout
#

cool, thanks. what i figured