Last change
on this file since 105afb5 was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100644
|
File size:
270 bytes
|
Line | |
---|
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.