use new backupsnip script for backups b=422008 r=joduinn

git-svn-id: svn://10.0.0.236/trunk@248188 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rhelmer%mozilla.com 2008-03-19 20:07:36 +00:00
parent b4dfaf3710
commit c024d1060c

View File

@ -408,6 +408,14 @@ sub Push {
SyncToStaging();
# Backup test channels
$this->Shell(
cmd => 'ssh',
cmdArgs => ['-i ' . catfile($ENV{'HOME'},'.ssh','aus'),
$ausUser . '@' . $ausServer,
'/home/cltbld/bin/backupsnip', $pushDir . '-test'],
logFile => $pushLog,
);
# Push test channels live
$this->Shell(
cmd => 'ssh',