diff --git a/tools/release/Bootstrap/Step/Updates.pm b/tools/release/Bootstrap/Step/Updates.pm index 3497bc39fad6..6e7a9fc0f645 100644 --- a/tools/release/Bootstrap/Step/Updates.pm +++ b/tools/release/Bootstrap/Step/Updates.pm @@ -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',