Mercurial > repos > other > usr-local-bin
changeset 28:278968272584
Add Exif Graphr to backup list
It is its own repo under the main IBBoard website
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Wed, 30 Dec 2020 17:14:21 +0000 |
parents | c7621908cb47 |
children | c2584db4a650 |
files | backup-websites |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/backup-websites Sat Mar 07 16:37:38 2020 +0000 +++ b/backup-websites Wed Dec 30 17:14:21 2020 +0000 @@ -1,6 +1,6 @@ #! /bin/bash -for site in Admin bdstrike CMS Dev ErrorHandling Forums GlitterGoth GraceBertram HWT IBBoard Puppet PuppetPrivate SkinsAtHWT WarFoundry server-usr-local PrivateExtra Trac AbiKnight LKTutoring; do +for site in Admin bdstrike CMS Dev ErrorHandling Forums GlitterGoth GraceBertram HWT IBBoard Puppet PuppetPrivate SkinsAtHWT WarFoundry server-usr-local PrivateExtra Trac AbiKnight LKTutoring IBBoard/exif-graphr; do cd ~/Websites/$site hg pull -u --config extensions.mercurial_keyring=\! done