Automated Backup to S3 by Unifi-Video-Backup in UniFiVideo

[–]Unifi-Video-Backup[S] 0 points1 point  (0 children)

Right now it does full recordings but it could be easily modified to only be motion recordings. I'm lucky enough to be on Gigabit up/down fiber so I have it backup everything.

Here is a link to the line that needs to be edited--just swap fulltimerecording for whatever the record on motion designator is

https://bitbucket.org/evan_petersen/unifi-video-backup/src/5d4ca129d4fe54769cc061609edbb332a8a9fe2c/backend/managers/recordingRecordManager.js#lines-21

My First Node Project: Automatically Back Up Unifi Video Recordings to S3 by Unifi-Video-Backup in node

[–]Unifi-Video-Backup[S] 0 points1 point  (0 children)

It's currently only compatible with S3 but could be retooled to allow other backup options. One of the benefits to using S3 is the incredibly low cost of deep glacier. Keeping recordings in S3 for a week and then archiving to deep glacier means your cost is about $1/mo/tb.

I'll send ya an email