X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=conf%2Fconfig.pl;fp=conf%2Fconfig.pl;h=93101579d60f5df9958532f54827ac07c46200be;hp=9d0c276f28784b7e61aeecef03e2ce605fc2e5fd;hb=e4bf7ab080e172b74b3d64c196a72d0ff5d315c5;hpb=caa62f13e4ab659d296afbce7bcd01c3c77cf7bb diff --git a/conf/config.pl b/conf/config.pl index 9d0c276..9310157 100644 --- a/conf/config.pl +++ b/conf/config.pl @@ -647,7 +647,7 @@ $Conf{ArchiveInfoKeepCnt} = 10; # the setting is assumed to apply all shares. # # If a hash is used, a special key "*" means it applies to all -# shares. +# shares that don't have a specific entry. # # Examples: # $Conf{BackupFilesOnly} = '/myFiles'; @@ -697,7 +697,7 @@ $Conf{BackupFilesOnly} = undef; # followed by "/*", eg: "/proc/*", instead of just "/proc". # # If a hash is used, a special key "*" means it applies to all -# shares. +# shares that don't have a specific entry. # # Examples: # $Conf{BackupFilesExclude} = '/temp'; @@ -2048,6 +2048,7 @@ $Conf{CgiUserConfigEdit} = { TarIncrArgs => 1, TarClientCmd => 0, TarClientRestoreCmd => 0, + TarClientPath => 0, RsyncShareName => 1, RsyncdClientPort => 1, RsyncdPasswd => 1, @@ -2057,6 +2058,7 @@ $Conf{CgiUserConfigEdit} = { RsyncRestoreArgs => 1, RsyncClientCmd => 0, RsyncClientRestoreCmd => 0, + RsyncClientPath => 0, ArchiveDest => 1, ArchiveComp => 1, ArchivePar => 1,