System backup directory, where are the files?

sde

Verified User
Joined
Sep 11, 2004
Messages
213
Location
Temecula, CA
I've always used a combination of a reseller backup and rsync to handle a complete system backup.

Last night, I decided to test out the DA System Backup feature. The problem is that I can not find the files.

Backup Path was set to: $MOUNT_POINT/backup

I thought $MOUNT_POINT was based on the partition drop down of the next line down, but after looking at it this morning, that is not correct.

What does $MOUNT_POINT represent if I left it like that. If the directory did not exist, would it not put it there? Where would my backup be if I left it like this?
 
Use a shell login to your server and do:
Code:
# find / -name backup[/i]
which will tell you where all files/directories named backup are located.

Jeff
 
Back
Top