I am having difficulties with the Backup2ws contrib. I believe it is installed correctly, ect, I just cannot get it to mount a windows share to save the backup. Help!!! I am attempting to transfer my server and really need this to work:
Specifics: SME 6.01 fresh install
Trying for a Disaster Recovery Backup Job with the following inputs:
Standard input: no changes to the default settings
Destination: //susiecomp/smebackup
username: admin
password: *****
Log File:
Sep 1 21:54:47 cosmo e-smith[18412]: Processing event: pre-backup2ws
Sep 1 21:54:47 cosmo e-smith[18412]: Running event handler: /etc/e-smith/events/pre-backup2ws/S10mysql-delete-dumped-tables
Sep 1 21:54:47 cosmo e-smith[18412]: S10mysql-delete-dumped-tables=action|Event|pre-backup2ws|Action|S10mysql-delete-dumped-tables|Start|1125629687 469550|End|1125629687 511513|Elapsed|0.041963
Sep 1 21:54:47 cosmo e-smith[18412]: Running event handler: /etc/e-smith/events/pre-backup2ws/S20mysql-dump-tables
Sep 1 21:54:47 cosmo e-smith[18412]: S20mysql-dump-tables=action|Event|pre-backup2ws|Action|S20mysql-dump-tables|Start|1125629687 511814|End|1125629687 860298|Elapsed|0.348484
Sep 1 21:54:47 cosmo e-smith[18412]: Running event handler: /etc/e-smith/events/pre-backup2ws/S30gentle-ldap-dump
Sep 1 21:54:48 cosmo e-smith[18412]: S30gentle-ldap-dump=action|Event|pre-backup2ws|Action|S30gentle-ldap-dump|Start|1125629687 860530|End|1125629688 200558|Elapsed|0.340028
Sep 1 21:54:48 cosmo e-smith-bg: ERROR: Badly formed boolean in configuration file: "".
Sep 1 21:54:48 cosmo e-smith-bg: ERROR: Badly formed boolean in configuration file: "".
Sep 1 21:54:49 cosmo e-smith-bg: 18425: Connection to Susiecomp failed
Sep 1 21:54:49 cosmo e-smith-bg: SMB connection failed
Sep 1 21:54:49 cosmo e-smith-bg: Error occured mounting //Susiecomp/SMEbackup at /sbin/e-smith/backup2ws-backup line 64.
The line 64 in the /sbin/e-smith/backup2ws-backup is:
system("/bin/mount -t smbfs -o username=$Username,password=$Password $Destination /mnt/backup2ws.$BackupJob") == "0"
or die("Error occured mounting $Destination");
The destination is a W2K desktop in the Domain/Workgroup. I have specifically set the share to be accessible to the user name.
What am I missing? By the way, the Backup to Desktop feature works flawlessly.