source: npl/mailserver/cyrus-imapd/cyrus.backup @ 105afb5

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.
3su cyrus -c "/usr/cyrus/bin/ctl_cyrusdb -c" || exit 1
4#store mailboxlist, in case of corruption because of online backup
5su cyrus -c "/usr/cyrus/bin/ctl_mboxlist -d" > $1/mailboxes.list || exit 1
Note: See TracBrowser for help on using the repository browser.