From: R. Steve McKown Date: Tue, 26 Nov 2013 16:59:22 +0000 (-0700) Subject: BackupPC_ovz: implment a ping command X-Git-Url: https://oss.titaniummirror.com/gitweb?a=commitdiff_plain;h=1ece22d07b2f01e104f1060d26f153084f730e4a;hp=1ece22d07b2f01e104f1060d26f153084f730e4a;p=ovzbpc.git BackupPC_ovz: implment a ping command BackupPC entries for VEs can use this as their PingCmd: /usr/bin/BackupPC_ovz ping $host $pingPath -c 1 $host The Backup_PC_ovz script will run the command which is the text starting with the token '$pingPath', substituting '$host' for its HN if '$host' is found to be a VE. ---