Mercurial > repos > other > usr-local-bin
changeset 6:7c8b5c5f0fb7
Back up Trac as well
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 08 Aug 2015 21:04:10 +0100 |
parents | 14e726efe9b0 |
children | 094d86b01003 |
files | backup-websites |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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