/[BackupPC]/trunk/conf/config.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/conf/config.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 303 by dpavlin, Sat Jan 28 16:45:46 2006 UTC revision 316 by dpavlin, Mon Jan 30 13:37:17 2006 UTC
# Line 741  $Conf{BackupZeroFilesIsFatal} = 1; Line 741  $Conf{BackupZeroFilesIsFatal} = 1;
741  #   - 'rsync':   backup and restore via rsync (via rsh or ssh).  #   - 'rsync':   backup and restore via rsync (via rsh or ssh).
742  #                Best choice for linux/unix.  Good choice also for WinXX.  #                Best choice for linux/unix.  Good choice also for WinXX.
743  #  #
744  #   - 'rsyncd':  backup and restre via rsync daemon on the client.  #   - 'rsyncd':  backup and restore via rsync daemon on the client.
745  #                Best choice for linux/unix if you have rsyncd running on  #                Best choice for linux/unix if you have rsyncd running on
746  #                the client.  Good choice also for WinXX.  #                the client.  Good choice also for WinXX.
747  #  #
# Line 1337  $Conf{PingMaxMsec} = 20; Line 1337  $Conf{PingMaxMsec} = 20;
1337  # Despite the name, this parameter sets the timeout for all transport  # Despite the name, this parameter sets the timeout for all transport
1338  # methods (tar, smb etc).  # methods (tar, smb etc).
1339  #  #
1340  $Conf{ClientTimeout} = 7200;  $Conf{ClientTimeout} = 72000;
1341    
1342  #  #
1343  # Maximum number of log files we keep around in each PC's directory  # Maximum number of log files we keep around in each PC's directory
# Line 1510  $Conf{EMailUserDestDomain} = ''; Line 1510  $Conf{EMailUserDestDomain} = '';
1510  #   To: $user$domain  #   To: $user$domain
1511  #   cc:  #   cc:
1512  #   Subject: $subj  #   Subject: $subj
1513  #    #   $headers
1514  #   Dear $userName,  #   Dear $userName,
1515  #    #  
1516  #   This is a site-specific email message.  #   This is a site-specific email message.
# Line 1538  $Conf{EMailNotifyOldBackupDays} = 7.0; Line 1538  $Conf{EMailNotifyOldBackupDays} = 7.0;
1538  #   To: $user$domain  #   To: $user$domain
1539  #   cc:  #   cc:
1540  #   Subject: $subj  #   Subject: $subj
1541  #    #   $headers
1542  #   Dear $userName,  #   Dear $userName,
1543  #    #  
1544  #   This is a site-specific email message.  #   This is a site-specific email message.
# Line 1566  $Conf{EMailNotifyOldOutlookDays} = 5.0; Line 1566  $Conf{EMailNotifyOldOutlookDays} = 5.0;
1566  #   To: $user$domain  #   To: $user$domain
1567  #   cc:  #   cc:
1568  #   Subject: $subj  #   Subject: $subj
1569  #    #   $headers
1570  #   Dear $userName,  #   Dear $userName,
1571  #    #  
1572  #   This is a site-specific email message.  #   This is a site-specific email message.

Legend:
Removed from v.303  
changed lines
  Added in v.316

  ViewVC Help
Powered by ViewVC 1.1.26