X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2FBackupPC%2FConfig%2FMeta.pm;h=009c6edf7add519f05714c972efb0cb7eee82f23;hb=380a4961e996464a8c19e39a5339cb3a3bff0580;hp=76b8b49f499987bf0c5ec27604ebb65672bf80cc;hpb=f076585d3ff9dfe6de32292b897e293008efe74e;p=BackupPC.git diff --git a/lib/BackupPC/Config/Meta.pm b/lib/BackupPC/Config/Meta.pm index 76b8b49..009c6ed 100644 --- a/lib/BackupPC/Config/Meta.pm +++ b/lib/BackupPC/Config/Meta.pm @@ -10,7 +10,7 @@ # Craig Barratt # # 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.2.0, released 31 Dec 2008. +# Version 3.2.0, released 31 Jul 2010. # # See http://backuppc.sourceforge.net. # @@ -257,6 +257,11 @@ use vars qw(%ConfigMeta); emptyOk => 1, child => "string", }, + RsyncArgsExtra => { + type => "list", + emptyOk => 1, + child => "string", + }, RsyncRestoreArgs => { type => "list", emptyOk => 1, @@ -273,11 +278,12 @@ use vars qw(%ConfigMeta); }, FtpUserName => "string", FtpPasswd => "string", + FtpPassive => "boolean", FtpBlockSize => "integer", FtpPort => "integer", FtpTimeout => "integer", FtpFollowSymlinks => "boolean", - + ###################################################################### # Archive Configuration ###################################################################### @@ -345,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", @@ -435,6 +441,7 @@ use vars qw(%ConfigMeta); RsyncdAuthRequired => "boolean", RsyncCsumCacheVerifyProb => "boolean", RsyncArgs => "boolean", + RsyncArgsExtra => "boolean", RsyncRestoreArgs => "boolean", RsyncClientCmd => "boolean", RsyncClientPath => "boolean", @@ -445,6 +452,8 @@ use vars qw(%ConfigMeta); FtpBlockSize => "boolean", FtpPort => "boolean", FtpTimeout => "boolean", + FtpFollowSymlinks => "boolean", + FtpRestoreEnabled => "boolean", ArchiveDest => "boolean", ArchiveComp => "boolean", ArchivePar => "boolean",