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
  • Loading branch information
Ithanil committed Apr 2, 2024
1 parent 7f0cbde commit 391d977
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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,4 +1,4 @@
#!/bin/bash
#!/bin/bash

# Place this file in /etc/cron.daily
#
Expand Down

0 comments on commit 391d977

Please sign in to comment.