📄 meta.pm
字号:
RsyncCsumCacheVerifyProb => "float", RsyncArgs => { type => "list", emptyOk => 1, child => "string", }, RsyncRestoreArgs => { type => "list", emptyOk => 1, undefIfEmpty => 1, child => "string", }, BackupPCdCmd => "string", BackupPCdPath => "string", BackupPCdShareName => "string", BackupPCdRestoreCmd => "string", ArchiveDest => "string", ArchiveComp => { type => "select", values => [qw(none bzip2 gzip)], }, ArchivePar => "boolean", ArchiveSplit => "float", ArchiveClientCmd => "string", NmbLookupCmd => "string", NmbLookupFindHostCmd => "string", FixedIPNetBiosNameCheck => "boolean", PingCmd => "string", PingMaxMsec => "float", ClientTimeout => "integer", MaxOldPerPCLogFiles => "integer", CompressLevel => "integer", DumpPreUserCmd => {type => "string", undefIfEmpty => 1}, DumpPostUserCmd => {type => "string", undefIfEmpty => 1}, DumpPreShareCmd => {type => "string", undefIfEmpty => 1}, DumpPostShareCmd => {type => "string", undefIfEmpty => 1}, RestorePreUserCmd => {type => "string", undefIfEmpty => 1}, RestorePostUserCmd => {type => "string", undefIfEmpty => 1}, ArchivePreUserCmd => {type => "string", undefIfEmpty => 1}, ArchivePostUserCmd => {type => "string", undefIfEmpty => 1}, UserCmdCheckStatus => "boolean", ClientNameAlias => {type => "string", undefIfEmpty => 1}, ###################################################################### # Email reminders, status and messages # (can be overridden in the per-PC config.pl) ###################################################################### SendmailPath => {type => "execPath", undefIfEmpty => 1}, EMailNotifyMinDays => "float", EMailFromUserName => "string", EMailAdminUserName => "string", EMailUserDestDomain => "string", EMailNoBackupEverSubj => {type => "string", undefIfEmpty => 1}, EMailNoBackupEverMesg => {type => "bigstring", undefIfEmpty => 1}, EMailNotifyOldBackupDays => "float", EMailNoBackupRecentSubj => {type => "string", undefIfEmpty => 1}, EMailNoBackupRecentMesg => {type => "bigstring", undefIfEmpty => 1}, EMailNotifyOldOutlookDays => "float", EMailOutlookBackupSubj => {type => "string", undefIfEmpty => 1}, EMailOutlookBackupMesg => {type => "bigstring", undefIfEmpty => 1}, EMailHeaders => {type => "bigstring", undefIfEmpty => 1}, ###################################################################### # CGI user interface configuration settings ###################################################################### CgiAdminUserGroup => "string", CgiAdminUsers => "string", CgiURL => "string", Language => { type => "select", values => [qw(de en es fr it nl pl pt_br zh_CN)], }, CgiUserHomePageCheck => "string", CgiUserUrlCreate => "string", CgiDateFormatMMDD => "integer", CgiNavBarAdminAllHosts => "boolean", CgiSearchBoxEnable => "boolean", CgiNavBarLinks => { type => "list", emptyOk => 1, child => { type => "hash", noKeyEdit => 1, child => { link => "string", lname => {type => "string", undefIfEmpty => 1}, name => {type => "string", undefIfEmpty => 1}, }, }, }, CgiStatusHilightColor => { type => "hash", noKeyEdit => 1, child => { Reason_backup_failed => "string", Reason_backup_done => "string", Reason_no_ping => "string", Reason_backup_canceled_by_user => "string", Status_backup_in_progress => "string", Disabled_OnlyManualBackups => "string", Disabled_AllBackupsDisabled => "string", }, }, CgiHeaders => "bigstring", CgiImageDir => "string", CgiExt2ContentType => { type => "hash", emptyOk => 1, childType => "string", }, CgiImageDirURL => "string", CgiCSSFile => "string", CgiUserConfigEditEnable => "boolean", CgiUserConfigEdit => { type => "hash", noKeyEdit => 1, child => { FullPeriod => "boolean", IncrPeriod => "boolean", FullKeepCnt => "boolean", FullKeepCntMin => "boolean", FullAgeMax => "boolean", IncrKeepCnt => "boolean", IncrKeepCntMin => "boolean", IncrAgeMax => "boolean", IncrLevels => "boolean", PartialAgeMax => "boolean", IncrFill => "boolean", RestoreInfoKeepCnt => "boolean", ArchiveInfoKeepCnt => "boolean", BackupFilesOnly => "boolean", BackupFilesExclude => "boolean", BackupsDisable => "boolean", BlackoutBadPingLimit => "boolean", BlackoutGoodCnt => "boolean", BlackoutPeriods => "boolean", BackupZeroFilesIsFatal => "boolean", XferMethod => "boolean", XferLogLevel => "boolean", ClientCharset => "boolean", ClientCharsetLegacy => "boolean", SmbShareName => "boolean", SmbShareUserName => "boolean", SmbSharePasswd => "boolean", SmbClientFullCmd => "boolean", SmbClientIncrCmd => "boolean", SmbClientRestoreCmd => "boolean", TarShareName => "boolean", TarFullArgs => "boolean", TarIncrArgs => "boolean", TarClientCmd => "boolean", TarClientPath => "boolean", TarClientRestoreCmd => "boolean", RsyncShareName => "boolean", RsyncdClientPort => "boolean", RsyncdUserName => "boolean", RsyncdPasswd => "boolean", RsyncdAuthRequired => "boolean", RsyncCsumCacheVerifyProb => "boolean", RsyncArgs => "boolean", RsyncRestoreArgs => "boolean", RsyncClientCmd => "boolean", RsyncClientPath => "boolean", RsyncClientRestoreCmd => "boolean", ArchiveDest => "boolean", ArchiveComp => "boolean", ArchivePar => "boolean", ArchiveSplit => "boolean", ArchiveClientCmd => "boolean", FixedIPNetBiosNameCheck => "boolean", PingMaxMsec => "boolean", NmbLookupCmd => "boolean", NmbLookupFindHostCmd => "boolean", PingCmd => "boolean", ClientTimeout => "boolean", MaxOldPerPCLogFiles => "boolean", CompressLevel => "boolean", ClientNameAlias => "boolean", DumpPreUserCmd => "boolean", DumpPostUserCmd => "boolean", RestorePreUserCmd => "boolean", RestorePostUserCmd => "boolean", ArchivePreUserCmd => "boolean", ArchivePostUserCmd => "boolean", DumpPostShareCmd => "boolean", DumpPreShareCmd => "boolean", UserCmdCheckStatus => "boolean", EMailNotifyMinDays => "boolean", EMailFromUserName => "boolean", EMailAdminUserName => "boolean", EMailUserDestDomain => "boolean", EMailNoBackupEverSubj => "boolean", EMailNoBackupEverMesg => "boolean", EMailNotifyOldBackupDays => "boolean", EMailNoBackupRecentSubj => "boolean", EMailNoBackupRecentMesg => "boolean", EMailNotifyOldOutlookDays => "boolean", EMailOutlookBackupSubj => "boolean", EMailOutlookBackupMesg => "boolean", EMailHeaders => "boolean", }, }, ###################################################################### # Fake config setting for editing the hosts ###################################################################### Hosts => { type => "list", emptyOk => 1, child => { type => "horizHash", order => [qw(host dhcp user moreUsers)], noKeyEdit => 1, child => { host => { type => "string", size => 20 }, dhcp => { type => "boolean" }, user => { type => "string", size => 20 }, moreUsers => { type => "string", size => 30 }, }, }, },);1;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -