From owner-freebsd-questions@FreeBSD.ORG Sat Jun 16 18:58:16 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F41CC16A46B for ; Sat, 16 Jun 2007 18:58:15 +0000 (UTC) (envelope-from agus.262@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id 9C83313C457 for ; Sat, 16 Jun 2007 18:58:15 +0000 (UTC) (envelope-from agus.262@gmail.com) Received: by py-out-1112.google.com with SMTP id a29so2290131pyi for ; Sat, 16 Jun 2007 11:58:15 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=Xji7GyyUbdo9BxPLPre6EtkTt+0SRPpg+ciVLtUowvaVstDmCjbiQXkVijw+tm18XGfYLnH+ev5GifH6e9/wA3HqStwyEmCQU4wjM2qok4hPm3pcImvI/HgfD2mEIfaIljUs/0JEYoH1x0r3G1Ms9M/PNG1bPbUDDDz1xWLAZGI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=XlqupxNLGjq1olv/vk0ntHxb4U0Z6yb+LspG4QHx5vX80gvRCHy+1KD52cD0DMlHTTpWXzEqjkW8Qn9q1yDIdxYRSO4RAwsndyoi37/MnRCKkuxmY9aLSDIBqfq87PhbrxxvumLtXY5L7ovCBDDmt6V86UfbTmH9UoPeg4S7v08= Received: by 10.65.114.11 with SMTP id r11mr7019942qbm.1182020295057; Sat, 16 Jun 2007 11:58:15 -0700 (PDT) Received: by 10.65.241.18 with HTTP; Sat, 16 Jun 2007 11:58:15 -0700 (PDT) Message-ID: Date: Sat, 16 Jun 2007 15:58:15 -0300 From: Agus To: freebsd-questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: rsync and perms... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jun 2007 18:58:16 -0000 Hi all, Trying to use rsync to update my home page in my freebsd, i am not able to keep the owner,group and perms of the files... I do all the updates in my ubntu. when everything is ready I run from my ubuntu: rsync -uav --delete --rsh=ssh /home/user/web/ root@ip_of_bsd:/root/web/ I tried also with -pog and same results... Files are updated but the perms and owner and group changes to the ones in my ubuntu.... I want to keep the bsd existing perms and users...How can i do that?? thanksss guys, Salutes,