the option is there to have 1 file per table
or 1 file for the whole thing.
the path should NEVER be web accessible. it should be at the same level or below your public_html/ directory. Keeping your backups web acessible is a huge security risk, as anyone can download your entire site and have all your content and user emails
i suggest using a path URI,
ie,
/home/yoursite/backup/
where
/home/yoursite/public_html/ is your web root.
|