perl-5.22
|
Last change
on this file since a2d969e was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 9 years ago
|
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100644
|
|
File size:
270 bytes
|
| Rev | Line | |
|---|
| [c5c522c] | 1 | #!/bin/bash |
|---|
| 2 | #force database to be committed to disk, to prevend problems. |
|---|
| 3 | su cyrus -c "/usr/cyrus/bin/ctl_cyrusdb -c" || exit 1 |
|---|
| 4 | #store mailboxlist, in case of corruption because of online backup |
|---|
| 5 | su cyrus -c "/usr/cyrus/bin/ctl_mboxlist -d" > $1/mailboxes.list || exit 1 |
|---|
Note: See
TracBrowser
for help on using the repository browser.