problem with scheduled backup in NG secure platform I would like to schedule backups from our configuration on cp ng secure platform (via secure web interface), but cannot get this scheduled task to work properly. In the past I've configured tftp as our backup option. Everything seemed to work fine, but it occured to me that all files ended up the size of 32Mb. Some investigation learned that a default limit of 32Mb with TFTP is available (on 32-bits with a word of 16 bits giving default block size 512 * 65535=32Mb)and all our backups ended with this maximum size, but were corrupted. I started experimenting with scp. Installed openssh on our Windows server and I am able to manually make succesfull backups. When however I try to schedule the backups, the backup fails with the message in our Windows event log": "sshd : PID 28860 : Failed password for cpbackup from 10.41.232.1 port 10209 ssh2". This even happens if I use the command line syntax from our firewall module. I am absolutely sure that the passwords I use are correctly and they should work as manual backup does work with the same password. All scheduled backups fail however and I don't know where to look now. Any help would be appreciated very much. |