* Fixed encoding of email subject header in bin/BackupPC_sendEmail as
[BackupPC.git] / lib / BackupPC / Config / Meta.pm
index 17833c7..76b8b49 100644 (file)
@@ -28,7 +28,7 @@
 #
 #========================================================================
 #
-# Version 3.1.1, released 22 Dec 2008.
+# Version 3.2.0, released 31 Dec 2008.
 #
 # See http://backuppc.sourceforge.net.
 #
@@ -80,6 +80,7 @@ use vars qw(%ConfigMeta);
     MaxBackupPCNightlyJobs => "integer",
     BackupPCNightlyPeriod  => "integer",
     MaxOldLogFiles      => "integer",
+    CmdQueueNice        => "integer",
 
     SshPath            => {type => "execPath", undefIfEmpty => 1},
     NmbLookupPath      => {type => "execPath", undefIfEmpty => 1},
@@ -277,17 +278,6 @@ use vars qw(%ConfigMeta);
     FtpTimeout          => "integer",
     FtpFollowSymlinks   => "boolean",
     
-    ######################################################################
-    # BackupPCd Configuration
-    ######################################################################
-    BackupPCdShareName  => {
-            type  => "list",
-            child => "string",
-    },
-    BackupPCdCmd        => "string",
-    BackupPCdPath       => "string",
-    BackupPCdRestoreCmd => "string",
-
     ######################################################################
     # Archive Configuration
     ######################################################################
@@ -455,10 +445,6 @@ use vars qw(%ConfigMeta);
                 FtpBlockSize              => "boolean",
                 FtpPort                   => "boolean",
                 FtpTimeout                => "boolean",
-                BackupPCdShareName        => "boolean",
-                BackupPCdCmd              => "boolean",
-                BackupPCdPath             => "boolean",
-                BackupPCdRestoreCmd       => "boolean",
                 ArchiveDest               => "boolean",
                 ArchiveComp               => "boolean",
                 ArchivePar                => "boolean",