|
Rank: Guest
Groups:
Joined: 8/10/2009 Posts: 937
|
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.
|
|
Rank: Administration
Groups: Administrators, Registered
Joined: 12/1/2011 Posts: 419
|
Hi,
Yes, the application tries to get these files as they are at the local system. As a result you get the error. I'm sorry, I think we cannot help you in this case.
|