added only_increment param to all action=browse links
[BackupPC.git] / lib / BackupPC / Config / Meta.pm
index 17833c7..009c6ed 100644 (file)
@@ -10,7 +10,7 @@
 #   Craig Barratt  <cbarratt@users.sourceforge.net>
 #
 # COPYRIGHT
-#   Copyright (C) 2004-2007  Craig Barratt
+#   Copyright (C) 2004-2009  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
@@ -28,7 +28,7 @@
 #
 #========================================================================
 #
-# Version 3.1.1, released 22 Dec 2008.
+# Version 3.2.0, released 31 Jul 2010.
 #
 # 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},
@@ -256,6 +257,11 @@ use vars qw(%ConfigMeta);
            emptyOk      => 1,
            child        => "string",
     },
+    RsyncArgsExtra      => {
+           type         => "list",
+           emptyOk      => 1,
+           child        => "string",
+    },
     RsyncRestoreArgs   => {
            type         => "list",
            emptyOk      => 1,
@@ -272,21 +278,11 @@ use vars qw(%ConfigMeta);
     },
     FtpUserName         => "string",
     FtpPasswd           => "string",
+    FtpPassive          => "boolean",
     FtpBlockSize        => "integer",
     FtpPort             => "integer",
     FtpTimeout          => "integer",
     FtpFollowSymlinks   => "boolean",
-    
-    ######################################################################
-    # BackupPCd Configuration
-    ######################################################################
-    BackupPCdShareName  => {
-            type  => "list",
-            child => "string",
-    },
-    BackupPCdCmd        => "string",
-    BackupPCdPath       => "string",
-    BackupPCdRestoreCmd => "string",
 
     ######################################################################
     # Archive Configuration
@@ -355,7 +351,7 @@ use vars qw(%ConfigMeta);
     CgiURL             => "string",
     Language           => {
            type   => "select",
-           values => [qw(de en es fr it nl pl pt_br zh_CN)],
+           values => [qw(cz de en es fr it nl pl pt_br zh_CN)],
     },
     CgiUserHomePageCheck => "string",
     CgiUserUrlCreate    => "string",
@@ -445,6 +441,7 @@ use vars qw(%ConfigMeta);
                 RsyncdAuthRequired        => "boolean",
                 RsyncCsumCacheVerifyProb  => "boolean",
                 RsyncArgs                 => "boolean",
+                RsyncArgsExtra            => "boolean",
                 RsyncRestoreArgs          => "boolean",
                 RsyncClientCmd            => "boolean",
                 RsyncClientPath           => "boolean",
@@ -455,10 +452,8 @@ use vars qw(%ConfigMeta);
                 FtpBlockSize              => "boolean",
                 FtpPort                   => "boolean",
                 FtpTimeout                => "boolean",
-                BackupPCdShareName        => "boolean",
-                BackupPCdCmd              => "boolean",
-                BackupPCdPath             => "boolean",
-                BackupPCdRestoreCmd       => "boolean",
+                FtpFollowSymlinks         => "boolean",
+                FtpRestoreEnabled         => "boolean",
                 ArchiveDest               => "boolean",
                 ArchiveComp               => "boolean",
                 ArchivePar                => "boolean",