liuzhe02 / bigbluebutton

Automatically exported from code.google.com/p/bigbluebutton
0 stars 0 forks source link

Job to delete raw dir of properly published recordings #1746

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

What is the expected output? What do you see instead?
Add an option to the cron job to delete the raw directory of recordings older 
that N days, those recordings should be properly published. 

Please use labels and text to provide additional information.

Original issue reported on code.google.com by guga.salazar.loor on 11 Apr 2014 at 8:27

GoogleCodeExporter commented 9 years ago

Original comment by ffdixon@gmail.com on 18 Apr 2014 at 8:31

GoogleCodeExporter commented 9 years ago

Original comment by ritza...@gmail.com on 27 Jun 2014 at 4:17

GoogleCodeExporter commented 9 years ago
We should not enable this by default, but we could give an example of a 
post-publish script that would accomplish this.

Original comment by ffdixon@gmail.com on 24 Jul 2014 at 7:38

GoogleCodeExporter commented 9 years ago

Original comment by ffdixon@gmail.com on 30 Jul 2014 at 9:38

GoogleCodeExporter commented 9 years ago
Here's the current cron.daily job

  https://github.com/bigbluebutton/bigbluebutton/blob/master/bigbluebutton-config/cron.daily/bigbluebutton

Original comment by ffdixon@gmail.com on 26 Aug 2014 at 9:50

GoogleCodeExporter commented 9 years ago
We'll probably add some logic to the cron job to clear out contents of raw 
directory for recordings that didn't not have any start/stop markers or 
recordings that had been published but later deleted via the API.

Original comment by ffdixon@gmail.com on 23 Dec 2014 at 3:59

GoogleCodeExporter commented 9 years ago
We don't have an example post-publish script to do this, but the docs at 
https://code.google.com/p/bigbluebutton/wiki/090Recording#Writing_Post_Scripts 
should be sufficient for someone to write one if they need this functionality.

Original comment by calvin.walton@kepstin.ca on 23 Mar 2015 at 6:04