error on creat backup...help

nimafire

Verified User
Joined
Aug 10, 2008
Messages
245
hello.
when i want to make backup of my users i have this error:

Error during Backup Creation

Details

Path ~/admin/user_backups does not exist or is not accessible by the admin user.

but i have user_backups folder
 
Path ~/admin/user_backups does not exist or is not accessible by the admin user.

The ~ is your home directory which on RedHat based system is /home/admin So the error above is saying that this directory does not exist /home/admin/admin/user_backups
 
yes.
/home/admin/admin/user_backups
/home/admin/admin/admin_backups

are exist
 
yes.
/home/admin/admin/user_backups
/home/admin/admin/admin_backups

are exist
What are the permissions and who owns those directories?

Why are they admin/admin and not just /admin? I'd make a simple guess and say that the backup program is looking for /home/admin/admin_backups not /home/admin/admin/admin_backups.
 
Back
Top