Hi,
I have the following setup: Main bbb server (named bbb) with good hardware and plenty of disk space, and its backup copy (named bbb1) with minimal configuration. I want to have all recordings on my main server, so I rsync them from bbb1.mydomain to bbb.mydomain once a day, and issue
bbb-conf --setip bbb.mydomain
to fix their metadata. For each GL room, I go to admin panel-> server rooms, select that room and resync recordings, and now new recordings are listed in the GL room. But I want to do the same for all rooms at once form script. I tried
docker exec -it greenlight-v3 bundle exec rake server_recordings_sync
but this does not work.
My main server is sometimes offline, so nfs is not an options for me.
Any help?
Thanks in advance,
Vasyl