--
You received this message because you are subscribed to the Google Groups "motioneye" group.
To unsubscribe from this group and stop receiving emails from it, send an email to motioneye+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/motioneye/0a8ce115-8ead-494c-9c97-0c799121bbe0%40googlegroups.com.
Basically you'd want to write a script, to either mv (move) or cp (copy) the files up to the GDrive.It could be as simple ascp -r /data/media/ /path to gdrive/ormv /data/media /path to gdrive/then you'd add a line to crontab like* 1,2,3,4,22,23 * * * /bin/bash /data/usr/file_mover.shI am not in a position to write it up for you, right now, but there are a lot of resources out there.
On Mon, Apr 6, 2020 at 5:28 PM Pete Diemer <die...@gmail.com> wrote:
The internet connection used for uploading media files at my location is very slow. I'd like to schedule the uploading of videos to Google Drive during the evening/night, when fewer users are on the the network. Otherwise, the network gets bogged down by the constant need to upload motion-activated videos. I understand there is the ability to only do motion triggering during a work schedule, but we'd like to capture all motion events, even during regular work hours.--The only option I could find to possibly help would be with Cron, but I am not very familiar with how this works. Could someone please help me out with this? I currently have 4 cameras, each running on it's own Raspberry Pi 4 (2gb) with MotionEyeOS with one of the Pi's being used as a central hub for the other feeds. They are each connected by ethernet through switches and currently each have a 32gb microSD card for local storage. I have the storage set to rollover after 3 days.Thank you!Pete
You received this message because you are subscribed to the Google Groups "motioneye" group.
To unsubscribe from this group and stop receiving emails from it, send an email to moti...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/motioneye/0a8ce115-8ead-494c-9c97-0c799121bbe0%40googlegroups.com.