I'm trying to backup 6 different shares from a single windows host. 
According to the docs and 
the mailinglist archives I made different config.pl files under pc/ of the 
form

host_share1.pl
host_share2.pl 

and so on. They are also defined in the hosts file. "CleintNameAlias" is 
set and works (1).
 But backuppc insists on trying to back up the share defined in config.pl:

My config.pl:

#
$Conf{RsyncShareName} = '';

For test purposes I also defined a share "ftp" in the above variable, 
which is not defined
on the client side  Following is the relevant log file part:

2008-04-14 13:42:09 Got fatal error during xfer (auth required, but 
service  is open/insecure)
2008-04-14 13:42:14 Backup aborted (auth required, but service  is 
open/insecure)
2008-04-14 13:43:32 full backup started for directory ftp
2008-04-14 13:43:32 Got fatal error during xfer (Unknown module 'ftp')
2008-04-14 13:43:37 Backup aborted (Unknown module 'ftp')
2008-04-14 13:56:51 full backup started for directory 
2008-04-14 13:56:52 Got fatal error during xfer (auth required, but 
service  is open/insecure)
2008-04-14 13:56:57 Backup aborted (auth required, but service  is 
open/insecure)
2008-04-14 14:00:00 full backup started for directory 
2008-04-14 14:00:01 Got fatal error during xfer (auth required, but 
service  is open/insecure)
2008-04-14 14:00:06 Backup aborted (auth required, but service  is 
open/insecure)

Also commenting out the above variable made no difference. Any hints?


Yours
hjb

(!) For the record/archive: For me it works only with FQDN. Using only the 
host part gives DNS-/
nmblookup errors.
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to