#!/bin/bash
#
# BackupSVNTrac.sh
# 
# Performs a hotcopy of SVN and Trac servers.
# BackupSVN.sh and BackupTrac.sh must be in the same directory
# as this script.
# See BackupSVN.sh and BackupTrac.sh for details.
#
# Copyright 2009 by Hans de Ruiter, all rights reserved.

./BackupSVN.sh
./BackupTrac.sh
