Hey,
I am a newbie in Linux...

And would like to have a regular backup of the documents on my C-drive (MSWindows Vista sadly enough) taken without extra needed software...
I created a backup job following the tutorial in
http://wiki.contribs.org/Backup_Windows_Computers_Using_AffaWhen running the Affa-job, i get the following problems in de log

:
Sun Dec 28 14:32:33[9998]: Affa 1.0.0-3: Starting job backup scheduled (localhost)
Sun Dec 28 14:32:33[9998]: Description:
Sun Dec 28 14:32:33[9998]: Mounting //192.168.2.3/c$ to /mnt/backup
Sun Dec 28 14:32:33[9998]: Exec Cmd: /bin/mount -t cifs -o credentials=/root/.pwdfile.backup //192.168.2.3/c$ /mnt/backup
Sun Dec 28 14:32:33[9998]: Exec Out: mount error 13 = Permission denied

Sun Dec 28 14:32:33[9998]: Exec Out: Refer to the mount.cifs(

manual page (e.g.man mount.cifs)
Sun Dec 28 14:32:33[9998]: Exec Out: exitstatus=255
Sun Dec 28 14:32:33[9998]: Error 1549: Couldn't mount //192.168.2.3/c$ /mnt/backup
Sun Dec 28 14:32:33[9998]: Email sent to admin
Sun Dec 28 14:32:33[9998]: Exiting.
After checking this Forum, i allready understood that this would mean that it has something to do with the file containing logon data. This one is as following :
user=John Doe
pasword=blablabla001something
For this file is used my windows (!) logon data. Is this correct or should it be a SME-logon?
The logon of my MSWindoze has a space in the middle. Is this allowed?
Does the Vista Home Premium require extra settings to allow SSH on port 22?
Must the entire C-drive be 'shared' ?
Is the phrase to mount the C-drive of my MS to the /mnt/backup correct (//192.168.2.3/c$)?
What can cause this problem?
gr,
P.