2006/3/1, Les Mikesell <[EMAIL PROTECTED]>:
config.pl ==>
On Wed, 2006-03-01 at 14:26, Jose Guilherme Gomes Dias wrote:
>
> Contents of file /var/lib/backuppc/pc/db2.ufpel.edu.br/LOG, modified
> 2006-03-01 06:00:16
> 2006-03-01 01:49:31 full backup started for share SISACDIA$
> 2006-03-01 01:49:40 Got fatal error during xfer (No files dumped for share SISACDIA$)
> 2006-03-01 01:49:45 Backup aborted (No files dumped for share SISACDIA$)
Can you connect to this share from the backuppc server with
smbclient using the same username and password that you have
in the config.pl file?
--
Les Mikesell
[EMAIL PROTECTED]
I am using the same configuration that I use for other personal computers. I am showing my configuration below in config.pl:
config.pl ==>
Contents of file /var/lib/backuppc/pc/db2.ufpel.edu.br/config.pl, modified 2006-02-24 15:10:25
########################################################################### # What to backup and when to do it # (can be overridden in the per-PC config.pl) ########################################################################### # # Name of the host share that is backed up when using SMB. This can be a # string or an array of strings if there are multiple shares per host. # Examples: # # $Conf{SmbShareName} = 'c'; # backup 'c' share # $Conf{SmbShareName} = ['c', 'd']; # backup 'c' and 'd' shares # # This setting only matters if $Conf{XferMethod} = 'smb'. # $Conf{SmbShareName} = 'SISACDIA$'; # adicionado por [EMAIL PROTECTED] em 08-02-06 #$Conf{SmbShareName} = ['amb$', 'biblio$', 'cadrh$', 'desenv$', 'ufpel$']; # # Smbclient share user name. This is passed to smbclient's -U argument. # # This setting only matters if $Conf{XferMethod} = 'smb'. # $Conf{SmbShareUserName} = '****';
# # Smbclient share password. This is passed to smbclient via its PASSWD # environment variable. There are several ways you can tell BackupPC # the smb share password. In each case you should be very careful about # security. If you put the password here, make sure that this file is # not readable by regular users! See the "Setting up config.pl" section # in the documentation for more information. # # This setting only matters if $Conf{XferMethod} = 'smb'. # $Conf{SmbSharePasswd} = '****'; $Conf{XferMethod} = 'smb';
