errro during backup. help!!!

seachen

Verified User
Joined
Feb 3, 2007
Messages
491
hi sir, when i backup a user, it show error as below:

Unable to create backup directory : /home/tmp/admin : <b>A directory component in /home/tmp/admin does not exist or is a dangling symbolic link</b>

may i know how do i solve the problem?

thank you
 
Check all components of the directory path and post your output.
Code:
# ls -ald /home
ls -ald /home/tmp
ls -ald /home/tmp/admin
Jeff
 
now the problem have been fixed.

but when i trying ftp backup, it show error as below:

Unable to create backup directory : /home/tmp/admin : <b>Parent directory does not allow write, or one of the directories didn't allow search (execution) permission</b>
 
the result have been attach.

may i know what should i do next?
 

Attachments

  • da.PNG
    da.PNG
    11.5 KB · Views: 248
No Such File or Directory.

so create it:

mkdir /home/tmp/admin
 
No Such File or Directory.

so create it:

mkdir /home/tmp/admin

i have create make it.

after that may i know i need to create set the folder permission for "admin" ?

if have to do so, what cmd should i use?

thank you so much.
 

Attachments

  • epsilon.PNG
    epsilon.PNG
    20.9 KB · Views: 207
it still come out the error as below:

Unable to create backup directory : /home/tmp/admin : <b>Parent directory does not allow write, or one of the directories didn't allow search (execution) permission</b>
 
Back
Top