Re: rsync docs typo

2009-05-07 Thread Wayne Davison
On Wed, May 06, 2009 at 10:04:40AM -0400, Chris Pepper wrote:
   the receiving side isn't being running as
   the receiving side isn't being run as

Thanks for pointing that out -- I've checked in a fix.

..wayne..
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


rsync docs typo

2009-05-06 Thread Chris Pepper

http://rsync.samba.org/ftp/rsync/rsync.html


--super
This tells the receiving side to attempt super-user activities even if the 
receiving rsync wasn't run by the super-user. These activities include: 
preserving users via the --owner option, preserving all groups (not just the 
current user's groups) via the --groups option, and copying devices via the 
--devices option. This is useful for systems that allow such activities without 
being the super-user, and also for ensuring that you will get errors if the 
receiving side isn't being running as the super-user. To turn off super-user 
activities, the super-user can use --no-super.


the receiving side isn't being running as
the receiving side isn't being run as

--
Chris Pepper:http://cbio.mskcc.org/
 http://www.extrapepperoni.com/
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html