Hi mate, a few years ago I had 2 BBB servers and a 3rd BBB that only stores recordings for cost reasons.
from here server a-b (production) and server c (recordings)
How is the procedure I use:
first install the mc in the system "sudo apt-get install mc"
1) In the folder /var/bigbluebutton/published/presentation/(presentation folder) server a-b
I compress this folder with "sudo tar -czvf filename.tar.gz foldername".
2) I move using the mc "sudo mc" and copy the generated file to a public folder in var/www/bigbluebutton-default/"folder x"
3) then in the recording or storage server (server c) folder /var/bigbluebutton/published/presentation/ and there I execute the command "sudo wget
https://server url a-b/folder in www/filename. tar.gz" in this way I download the compressed file to the storage server.
4) I unzip on server c using "sudo tar -xzvf file name tar.gz"
5) once unzipped this I use it in wordpress or Moodle as a Url and people can see the recording.
6) delete the presentation folder in "/var/bigbluebutton/published/presentation/(presentation folder) server a-b" and then also delete the one created in "/var/bigbluebutton/(presentation folder) server a-b"
then I delete the presentation folder in /var/bigbluebutton/recording/raw/presentation/(presentation folder) server a-b"
so they work this freed of space.
I hope this tutorial helps...
Ej: to see a recording "
https://recordings.myserver.com/"presentation folder"
Greetings Daniel