3.1.0 changes:
[BackupPC.git] / bin / BackupPC_archiveHost
index 8e6c483..f5535f1 100755 (executable)
@@ -20,7 +20,7 @@
 #   Josh Marshall
 #
 # COPYRIGHT
-#   Copyright (C) 2001-2004  Craig Barratt
+#   Copyright (C) 2001-2007  Craig Barratt
 #
 #   This program is free software; you can redistribute it and/or modify
 #   it under the terms of the GNU General Public License as published by
@@ -38,7 +38,7 @@
 #
 #========================================================================
 #
-# Version 3.0.0, released 28 Jan 2007.
+# Version 3.1.0, released 25 Nov 2007.
 #
 # See http://backuppc.sourceforge.net.
 #
@@ -106,7 +106,7 @@ if ( -x "/bin/csh" ) {
 }
 my $cmd = "$tarCreate -t -h $host -n $bkupNum -s $share . ";
 $cmd   .= "| $compPath " if ( $compPath ne "cat"
-                           && $compPath ne "/bin/cat
+                           && $compPath ne "/bin/cat"
                            && $compPath ne "" );
 if ( -b $outLoc || -c $outLoc || -f $outLoc ) {
     #