Hi All,
I have BackupPC set up on a Linux server and am trying to backup
WindowsXP clients. The shares are all named "Cee" and I want to backup
the /My Documents directories on each machine.
Relevant sections of backuppc/conf/config.pl:
$Conf{WakeupSchedule} = [12];
$Conf{SmbShareName} = 'Cee';
$Conf{BlackoutHourBegin} = 16.5;
$Conf{BlackoutHourEnd} = 8.5;
$Conf{BlackoutWeekDays} = [0, 7];
$Conf{XferMethod} = 'smb';
The hosts file:
host dhcp user moreUsers # <--- do not edit this line
sue 0 sue # Static IP in /etc/hosts
And in backuppc/pc/client/config.pl:
$Conf{SmbShareName} = 'Cee';
# The "C" drive
$Conf{SmbShareUserName} = 'sue';
$Conf{SmbSharePasswd} = 'backuppc';
$Conf{TarShareName} = '/My Documents';
# At C:\My Documents - not sure if this is needed or not
$Conf{BackupFilesOnly} = '/My Documents';
# At C:\My Documents
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)
I know this must be a configuration problem. Can someone please point me
in the right direction?
ALSO, how can I do one time tests, i.e. run the backups manually? If I
run /usr/local/backuppc/bin/BackupPC from the command line, it still
looks to the config.pl file to kick off a backup based on the
$Conf{WakeupSchedule} variable. Do I have to set this to a near time and
then run BackupPC?
Thanks- Dan
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
BackupPC-users mailing list
BackupPC-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/
