Skip to content

Commit

Permalink
removed .sh' from scalelite_prune_recordings such that it actually ge…
Browse files Browse the repository at this point in the history
…ts executed by cron + added short README section (#1055)
  • Loading branch information
Ithanil authored and farhatahmad committed Jun 27, 2024
1 parent 3681019 commit a14ab10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions bigbluebutton/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,7 @@ Finally (after switching back to root), set the `spool_dir` setting in `scalelit
### Other configurations

If you need to customize the rsync command (for example, to pass the `--rsh` option to set up a tunnel), you can add extra rsync command line arguments via the `extra_rsync_opts` array in `scalelite.yml`.

### Recording cleanup cronjob

Copy the script `scalelite_prune_recordings` to `/etc/cron.daily` on the BBB server, to periodically clean up the local files of recordings that have been transferred to Scalelite. You may adjust the variables MAXAGE and EVENTS_MAXAGE to the number of days you would like to keep the local files on the BBB server.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#!/bin/bash

# Place this file in /etc/cron.daily
# Place this file in /etc/cron.daily and make sure it is executable
#

# Delete sent recording after 4 days
Expand Down

0 comments on commit a14ab10

Please sign in to comment.