Mercurial > repos > other > usr-local-bin
diff backup-websites @ 6:7c8b5c5f0fb7
Back up Trac as well
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 08 Aug 2015 21:04:10 +0100 |
parents | 30145875d811 |
children | 4158847b0f18 |
line wrap: on
line diff
--- a/backup-websites Sun Nov 09 09:29:01 2014 +0000 +++ b/backup-websites Sat Aug 08 21:04:10 2015 +0100 @@ -1,6 +1,6 @@ #! /bin/bash -for site in Admin CMS ErrorHandling Forums GlitterGoth GraceBertram HWT IBBoard Puppet PuppetPrivate SkinsAtHWT WarFoundry server-usr-local; do +for site in Admin CMS ErrorHandling Forums GlitterGoth GraceBertram HWT IBBoard Puppet PuppetPrivate SkinsAtHWT WarFoundry server-usr-local PrivateExtra Trac; do cd ~/Websites/$site hg pull -u --config extensions.mercurial_keyring=\! done