projects
/
BackupPC.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
* Add run-time check that IO::Dirent is functioning correctly,
[BackupPC.git]
/
lib
/
BackupPC
/
Config
/
Meta.pm
diff --git
a/lib/BackupPC/Config/Meta.pm
b/lib/BackupPC/Config/Meta.pm
index
4833e54
..
a4f54c2
100644
(file)
--- a/
lib/BackupPC/Config/Meta.pm
+++ b/
lib/BackupPC/Config/Meta.pm
@@
-28,7
+28,7
@@
#
#========================================================================
#
#
#========================================================================
#
-# Version 3.1.0beta
0, released
3 Sep 2007.
+# Version 3.1.0beta
1, released 2
3 Sep 2007.
#
# See http://backuppc.sourceforge.net.
#
#
# See http://backuppc.sourceforge.net.
#
@@
-210,7
+210,7
@@
use vars qw(%ConfigMeta);
SmbClientPath => {type => "execPath", undefIfEmpty => 1},
SmbClientFullCmd => "string",
SmbClientIncrCmd => "string",
SmbClientPath => {type => "execPath", undefIfEmpty => 1},
SmbClientFullCmd => "string",
SmbClientIncrCmd => "string",
- SmbClientRestoreCmd =>
"string"
,
+ SmbClientRestoreCmd =>
{type => "string", undefIfEmpty => 1}
,
TarShareName => {
type => "list",
TarShareName => {
type => "list",
@@
-219,7
+219,7
@@
use vars qw(%ConfigMeta);
TarClientCmd => "string",
TarFullArgs => "string",
TarIncrArgs => "string",
TarClientCmd => "string",
TarFullArgs => "string",
TarIncrArgs => "string",
- TarClientRestoreCmd =>
"string"
,
+ TarClientRestoreCmd =>
{type => "string", undefIfEmpty => 1}
,
TarClientPath => {type => "string", undefIfEmpty => 1},
RsyncShareName => {
TarClientPath => {type => "string", undefIfEmpty => 1},
RsyncShareName => {
@@
-237,14
+237,15
@@
use vars qw(%ConfigMeta);
RsyncCsumCacheVerifyProb => "float",
RsyncArgs => {
RsyncCsumCacheVerifyProb => "float",
RsyncArgs => {
- type => "list",
- emptyOk => 1,
- child => "string",
+ type
=> "list",
+ emptyOk
=> 1,
+ child
=> "string",
},
RsyncRestoreArgs => {
},
RsyncRestoreArgs => {
- type => "list",
- emptyOk => 1,
- child => "string",
+ type => "list",
+ emptyOk => 1,
+ undefIfEmpty => 1,
+ child => "string",
},
BackupPCdCmd => "string",
},
BackupPCdCmd => "string",
@@
-313,7
+314,7
@@
use vars qw(%ConfigMeta);
CgiURL => "string",
Language => {
type => "select",
CgiURL => "string",
Language => {
type => "select",
- values => [qw(de en es fr it nl pt_br zh_CN)],
+ values => [qw(de en es fr it nl p
l p
t_br zh_CN)],
},
CgiUserHomePageCheck => "string",
CgiUserUrlCreate => "string",
},
CgiUserHomePageCheck => "string",
CgiUserUrlCreate => "string",