Page 1 of 1

Local copy of a remote ZM server

Posted: Fri Jun 22, 2018 12:40 am
by trumee
Hello,

I have a ZM server running at a remote location. Is it possible to make a local clone of the remote ZM server, so that all the events/db get copied over automatically?

This way i can browse through the events locally without logging into the remote server. In addition, if the remote server breaks down or gets stolen i will have a copy of the events and the db.

Thanks

Re: Local copy of a remote ZM server

Posted: Fri Jun 22, 2018 8:42 pm
by emailej
I guess you could setup a cron to do a daily dump of remote sql database, and rsync that plus your events, images directories to your local machine. Then import the database and do zmaudit.pl? Never tried it but seems like it could work in theory.

Cheers,

Eric

Re: Local copy of a remote ZM server

Posted: Sat Jun 23, 2018 2:02 am
by bbunge
I have seen something like this discussed before. Something akin to mirrored network drives? I suppose you could use cloud storage for events and database storage although there could be a lot of latency in the database. Doing a sync at night might work if you have enough bandwidth. Multiple ZM server setup would work with off site storage but you would still have one database and events storage. Thinking...thinking...