Dan Weisenstein writes:
$Conf{SmbShareName} = 'Cee';
# The "C" drive
$Conf{SmbShareUserName} = 'sue';
$Conf{SmbSharePasswd} = 'backuppc';
$Conf{TarShareName} = '/My Documents';
You don't need to set $Conf{TarShareName}.
You should make sure $Conf{XferMethod} = 'smb'.
# At C:\My Documents - not sure if this is needed or not
$Conf{BackupFilesOnly} = '/My Documents';
This is correct.
And from the LOG file:
2004/6/30 12:00:01 full backup started for share Cee
2004/6/30 12:00:04 Got fatal error during xfer (No files dumped for
share Cee)
2004/6/30 12:00:14 Dump aborted (No files dumped for share Cee)
Please look in the XferLOG.bad.z file.
David made excellent points about the path for the per-PC config
file and how to run BackupPC_dump manually.
Craig
