DA Backup fail

astra

Verified User
Joined
Mar 4, 2009
Messages
94
Hi,

I have a problem with the DA backups.

error msg:
Code:
Subject: An error occurred during the backup.	Today at 02:26
User admin2 has been backed up.
MKD /tuesday failed; [Create directory operation failed.]
ncftpput: Could not change to directory /tuesday: server said: Create directory operation failed.

From: Message System

If i start the job by hand and remove the / by remote path: it works.

The remote backupserver runs centos 5.8 with vsftpd, and the folder tuesday exist and have rights 755.

Thanks for your feedback.
 
This is the job:

Code:
IP:10.0.0.10
Username:admin2
Password:******
Remote Path:/tuesday
Port:21

With this setup the backup fails, if i remove the / by remote path it works but thats a little bit strange.

Job overview:
Code:
ftp://10.0.0.10:21tuesday

Normally it works with a / into the job like:
Code:
ftp://10.0.0.10:21/tuesday

Its seems the system have a problem with the / but i dont no why.
 
actually that's normal, cause in remote path he will try to go in /tuesday that would be the root of the server.

Without the initial / he will take the tuesday directory in the path where he is in.

For use the / you must put the complete path, ex. /home/ftp/user1/tuesday

Hope ive been clear on explanation :)

Regards
 
Hi SeLLeRoNe,

That fix the problem for me, also it is a complete new way as before with the / and the full path.

Thx a lot.
 
Last edited:
Back
Top