I noticed that ZoneMinder has an option to FTP events to a remote location. My understanding is that running an FTP server is risky business and provides a major security hole for an Internet-connected server, even if carefully configured.
How are people handling this?
Is there any way to use something a little safer, like SFTP or SCP?
Andrew
SFTP?
-
- Posts: 5111
- Joined: Wed Jun 08, 2005 8:07 pm
- Location: Midlands UK
-
- Posts: 8
- Joined: Sun Sep 04, 2005 7:18 pm
- Location: Phoenix, AZ USA
Makes sense. I can probably go to a similar set up in the future.
As an interim solution, what about using a cron job that runs once a minute and does rsync over ssh to mirror the /var/www/html/zm/events directory to a remote location?
Anyone doing anything like that? Would it produce an outrageous load on the ZoneMinder machine or the remote server? Other problems?
Andrew
As an interim solution, what about using a cron job that runs once a minute and does rsync over ssh to mirror the /var/www/html/zm/events directory to a remote location?
Anyone doing anything like that? Would it produce an outrageous load on the ZoneMinder machine or the remote server? Other problems?
Andrew
- lazyleopard
- Posts: 403
- Joined: Tue Mar 02, 2004 6:12 pm
- Location: Gloucestershire, UK
-
- Posts: 8
- Joined: Sun Sep 04, 2005 7:18 pm
- Location: Phoenix, AZ USA
-
- Posts: 8
- Joined: Sun Sep 04, 2005 7:18 pm
- Location: Phoenix, AZ USA
Okay, I click on the tabulated values and get a list of events. I click on ShowFilterWindow and I get a window that looks like a way to filter and sort past events (rather than something that would be triggered when an event is created). None of the drop-downs contain anything like "Automatically execute command..."
Andrew
Andrew
-
- Posts: 5111
- Joined: Wed Jun 08, 2005 8:07 pm
- Location: Midlands UK
-
- Posts: 8
- Joined: Sun Sep 04, 2005 7:18 pm
- Location: Phoenix, AZ USA