Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Reply-To: Cygwin List Message-Id: <6.2.1.2.0.20050531163019.03e1fc60@pop.prospeed.net> Date: Tue, 31 May 2005 16:42:15 -0400 To: "David Kim" , cygwin AT cygwin DOT com From: Larry Hall Subject: Re: permissions and user data backups In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" At 02:36 PM 5/31/2005, you wrote: >I'm trying to set up automated rsync backups, but I'm running into some problems. When I manually run my rsync script as Administrator, opening some user folders gives "permission denied." Is there a way to create a "root/SYSTEM" like user? or alternatively, how would I go about acheiving the desired effect? Would I have to install cron as SYSTEM instead of a user with administrative privileges? If possible, I would like to find a solution that doesn't involve fiddling with ACL's or the permissions of the files in question. Many thanks in advance for your help. ># ># --- /etc/group --- ># > >root:S-1-5-32-544:0: Creating a 'root' group doesn't endow anything that has this group with any special privileges above and beyond 'Administrator'. So I'm not sure what you're trying to accomplish here. Actually, that's true in general. You really haven't described in any detail what you're attempting to do and how you're going about doing it. You refer to 'cron' and 'rsync' and automated backups, as well as "permission denied" errors you get on some folders, but you haven't told us anything about the folders and what you're actually invoking to get these errors. Nor do we know the permissions (rwx and ACL) on these folders. If I had to guess, I'd say they are probably owned by SYSTEM and not Administrator, which would be at least one reason why you would see such an error. I can't imagine any magic would allow a user access to a file when none exists though so beyond adding the permissions needed to the files/folders in question, any other solution would be a bug. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street (508) 893-9889 - FAX Holliston, MA 01746 -- 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/