$Conf{ClientTimeout} = 72000;
Timeout in seconds when listening for the transport program's (smbclient, tar etc) stdout. If no output is received during this time, then it is assumed that something has wedged during a backup, and the backup is terminated.
Note that stdout buffering combined with huge files being backed up could cause longish delays in the output from smbclient that BackupPC_dump sees, so in rare cases you might want to increase this value.
Despite the name, this parameter sets the timeout for all transport methods (tar, smb etc).
[^] # Re: Une piste de réponse ...
Posté par bat13 . En réponse au message Probléme avec BackupPC. Évalué à 1.
$Conf{ClientTimeout} = 72000;
Timeout in seconds when listening for the transport program's (smbclient, tar etc) stdout. If no output is received during this time, then it is assumed that something has wedged during a backup, and the backup is terminated.
Note that stdout buffering combined with huge files being backed up could cause longish delays in the output from smbclient that BackupPC_dump sees, so in rare cases you might want to increase this value.
Despite the name, this parameter sets the timeout for all transport methods (tar, smb etc).
Quelle est la valeur de ce paramètre ?
Alain