[ 
http://mifosforge.jira.com/browse/MIFOSADMIN-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ryan Whitney resolved MIFOSADMIN-84.
------------------------------------

    Resolution: Invalid

Hasn't been annoying enough to worry about it yet.

> improve git backup script to only complain after 20 failures
> ------------------------------------------------------------
>
>                 Key: MIFOSADMIN-84
>                 URL: http://mifosforge.jira.com/browse/MIFOSADMIN-84
>             Project: mifos administration
>          Issue Type: Improvement
>            Reporter: Adam Monsen
>            Assignee: Mifos Admin Queue
>
> sf.net (or any host) may experience intermittent connection failures which do 
> not indicate serious problems.
> The backup script should be improved to only issue errors if the script fails 
> 20 times or more.
> Maintenance like this is important so we don't become numb to messages sent 
> by automated jobs. Every one should be important!
> {code:title=cloudboss.mifos.org:~gitbackup/bin/git_backup}
> #!/bin/bash
> set -o errexit
> for repodotgit in `\ls $HOME/repositories/mifos`
> do
>     cd $HOME/repositories/mifos/$repodotgit
>     repo=`basename $repodotgit .git`
>     git fetch --quiet git://mifos.git.sourceforge.net/gitroot/mifos/$repo > 
> /dev/null
>     cd - > /dev/null
> done
> rsync --archive --delete --relative \
>     mifos.git.sourceforge.net::gitroot/mifos/*/config \
>     mifos.git.sourceforge.net::gitroot/mifos/*/description \
>     mifos.git.sourceforge.net::gitroot/mifos/*/hooks \
>     $HOME/extra_git_files
> {code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Mifos-issues mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-issues

Reply via email to