I have two 'identical' joomla sites, on one, 'a', the backup runs fine, on the other, 'b', backup fails with a
[090213 13:04:33] Could not open <root>/administrator/components/com_joomlapack/backup/site-www.ccc.com.au-20090213-130433.jpa this is a backup initiated from joomla function by joomla user I'm guessing some permissions are wrong, I looked at site 'a' tree and site 'b' up and down the tree (there has to be an easier way?), some of the directories on 'b' were 'owner:owner' rather than 'owner:apache'; I've chowned and chmoded to match 'b' to 'a' but I'm still failing somwhere there has to be an easier way... is this what I should do from top of web root: chown -R owner:apache * find -type f -print0 | xargs -0 chmod 0644 find -type d -print0 | xargs -0 chmod 0755 -- Voytek -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
