X-Spam-Check-By: sourceware.org From: "Dave Korn" To: References: <4662C456 DOT 28156 DOT 1949A257 AT wess DOT acegroup DOT cc> Subject: RE: Permisson problems backing up cygwin Date: Thu, 7 Jun 2007 13:27:49 +0100 Message-ID: <04b201c7a8ff$42942380$2e08a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <4662C456.28156.1949A257@wess.acegroup.cc> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 03 June 2007 18:39, Wes S wrote: > Could someone give me a clue here. I am trying to back up my cygwin > installation running as the administrator and am denied rights to > read various files in the /home/nameofuser directory structure. > > I guess I could ssh in as various users and make a tarball but it > seems this should be easier. > > Ideas please? W2K SP4 Outside of core utils, ruby, cron, tcsh the > install is current. Depends what you mean by "backing up". If you've installed services that run as the SYSTEM user, any files (e.g. logfiles) they create are owned by SYSTEM, and if they've got go-rwx perms, that means no other user, not even Administrator can read them. Proper backup utilities get round this by using the flag FILE_OPEN_FOR_BACKUP_INTENT with the native API file operations, but if you're dragging and dropping a directory tree in explorer you'll be out of luck. What backup software or method are you using? cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/