HI,
I hade a similar probelm and got around it as follows.
1/ On your workstation (assuming w2k or XP) creat an account namse called "admin" and the password
MUST the same as the password on your SME server.
2/ Make sure it is a member of the ADMINISTRATOR group.
3/ Create a directory and share it with full permissions. Making sure you have enough disk space for your backup.
4/ Log on to your SME server or telnet to it as "root".
5/ Creat a mount point for it. eg /mnt/bck2ws
"> mkdir /mnt/bck2ws"
6/ Using smb count the share created on the workstations.
"> /bin/mount -t smbfs -o username=admin,password=password //computername/sharename /mnt/bck2ws"
7/ This is now treated just like any other directory/drive you can now manualy copy that ever files you need and they will be on your work station.
JUST check the syntax for any errors.
Have fun
Regards
George
