]> git.imager.perl.org - bse.git/blame_incremental - site/data/db/bse_background_tasks.data
optional case-insensitivity for searching
[bse.git] / site / data / db / bse_background_tasks.data
... / ...
CommitLineData
1--
2# VERSION=1.002
3id: bse_gen
4description: Regenerate Site
5binname: perl util/gen.pl
6bin_opts: -v
7start_right: regen_all
8long_desc: <<TEXT
9Regenerate all of the pages in your site, similar to the <b>Regenerate
10static and base pages</b> options on the main menu.
11TEXT
12
13id: bse_sync_storage
14description: Synchronize File Stores
15binname: perl util/bse_storage.pl
16bin_opts: sync -v
17long_desc: <<TEXT
18Synchronizes images and files stored with Amazon S3 or other external
19file stores. If you aren't using external file stores, this task
20isn't useful.
21TEXT
22
23id: bse_notify_files
24description: Notify Members about new files
25binname: perl util/bse_notify_files.pl
26bin_opts: -v 2
27long_desc: <<TEXT
28Notifies members who have had new files added to their account or a
29group.
30TEXT
31
32id: bse_session_clean
33description: Web session table clean up
34binname: perl util/bse_session_clean.pl
35bin_opts: -v=3
36long_desc: <<TEXT
37Cleans up old entries from BSE's session table.
38TEXT
39
40id: bse_audit_log_clean
41description: Audit log clean up
42modname: BSE::Jobs::AuditClean
43long_desc: <<TEXT
44<p>Clean up entries from the BSE audit log older than the limit.</p>
45
46<p>The default limit is 30 days, but this can be set in bse.cfg:</p>
47<pre>[basic]
48audit_log_age=60
49</pre>
50TEXT
51
52id: bse_make_index
53description: Rebuild the search index
54binname: perl util/bse_makeindex.pl
55bin_opts: -v
56long_desc: <<TEXT
57Rebuild the search index.
58TEXT