From: CPTEOS <cp...@ne...> - 2003-07-10 10:30:33
|
Hi folks, Wget is very wonderful to get the phpws-script fast onto my servers. FACT: The installing procedure writes conf/CONFIG.PHP, images/SUBDIRS, files/SUBDIRS with apache-rights or sth. like this to my server. e.g. uid 99, group nobody, permission 600 (little different on each server) I don't have root-rights. PROBLEM: So it causes problems after setup, the SUBDIRS will not be installed - it's handworked later(That can be handled by NONROOT....sh) But worse, if I want to tar my Dirs for Backup. The Tar-file misses the Dirs&Files with apache-rights. So I have to handwork a lot after unzipping the tar-file on another server to get all missed dirs/files onto it. Til now that's the only script that makes this kind of problems using a scriptrelated installer/filemanager. QUESTION: How can I backup my complete Dir without missing otherpermission-files or without handwork after this? Is there a possibility to tell the script the uid/gid for filehandling etc. on server? - Sorry for my bad english - EO |