Displaying 2 results from an estimated 2 matches for "xfermethod".
2007 Feb 13
1
rsync on . from backuppc
...Conf{BackupFilesExclude} ={
'all' =>
['/tmp',
'/proc',
'/boot',
'/sys',
'/var/run',
'/boot',
'/dev',
'/media',
'/mnt']
};
$Conf{XferMethod} = 'rsyncd';
$Conf{RsyncdUserName} = 'user';
$Conf{RsyncdPasswd} = 'password';
The server can ping the host by name.
The problem is that when I try to run a full backup it fails at once with
the following in the rsync-log:
2007/02/13 21:16:35 [20364] connect from backupp...
2017 Jan 14
3
BackupPC
...ion reset by peer
Tried again: got 0 bytes
Done: 0 files, 0 bytes
Got fatal error during xfer (Unable to read 4 bytes)
Backup aborted (Unable to read 4 bytes)
Not saving this as a partial backup since it has fewer files than the prior
one (got 0 and 0 files versus 0)
/etc/BackupPC/hp8200.pl
$Conf{XferMethod} = 'smb';
$Conf{SmbShareUserName} = 'backuppc';
$Conf{SmbSharePasswd} = 'xxxxxxxx';
$Conf{SmbShareName} = 'C';
Looking at the -l option it appears 'root' is trying to login. Windows
doesn't use a root account per se.
Do I need to change something in the...