Hi,
I'm trying to use the remote backup feature to backup my MS SQL database on a hosted server. My hosting company only allows me to connect to the SQL Server if I use SSH tunneling on port 1433.
I run PuTTY and forward port 1433, so I can connect to the remote server by typing in "127.0.0.1" as the address. In
SQLBackupAndFTP the database shows correctly but when I try to do a backup I get the following messages:
- Creating backup of 140389-gosub to C:\Windows\TEMP (full)
- Compressing (internal zip) 140389-gosub201206111856.bak to c:\tmp\140389-gosub201206111856.zip
- Cannot perform the requested operation on an item that does not exist.
Type: Xceed.FileSystem.DiskFile
FullName: C:\Windows\TEMP\140389-gosub201206111856.bak
- Compressing (internal zip) 140389-gosub201206111856.bak to C:\Windows\TEMP\140389-gosub201206111856.zip
- Removing 140389-gosub201206111856.bak from C:\Windows\TEMP
- File does not exists
- Cannot perform the requested operation on an item that does not exist.
Type: Xceed.FileSystem.DiskFile
FullName: C:\Windows\TEMP\140389-gosub201206111856.bak
- Job finished (With Errors)
I'm guessing it is trying to do a local backup.
How is the program supposed to know what kind of backup it is supposed to do? I can't find any setting for this.
I hope you can help me. Your program seems to really good.