Backup Footage to NAS
Learn how to backup parts or all of your footage to a network attached storage device
While Rhombus does not officially support on-premise backup, this guide will show you how to use an example script to backup to a network attached storage (NAS) device.
WarningThis article is written as an example and is not officially supported by Rhombus.
In our test, we utilized the following Python scripts to implement a cron job on a Synology NAS to get a local backup of our camera video and audio footage.
You can find the code in our public GitHub here: https://github.com/RhombusSystems/api-examples-python/tree/master/Local-NAS-Backup
Updated 24 days ago