> > I like the idea of a realbackupaction and a real package action. > > I think I'm with you on this. Does anyone care to siggest the best way > tobackupa complete field across multiple OS's and servers, etc.
I did it manually like: - zip-it all - unzip to the destination (http://www.php.net/manual/en/ zip.examples.php) - change owner (http://php.net/manual/en/function.chown.php) - change permissions (http://php.net/manual/en/function.chmod.php) to 644 and leave BW to handle access control. The main problem is change of the owner when unzipping field. Pages has to be owned by 99 or www-data. Hope this helps. -- You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/boltwire?hl=en.
