DO NOT REPLY [Bug 3277] [Feature req] "I couldn't do something you asked" warning

bugzilla-daemon at dp3.samba.org bugzilla-daemon at dp3.samba.org
Sun Jan 29 08:33:14 GMT 2006


https://bugzilla.samba.org/show_bug.cgi?id=3277


wayned at samba.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED




------- Comment #4 from wayned at samba.org  2006-01-29 01:33 MST -------
The CVS version now has an option named --super that tells rsync to attempt to
perform super-user activities even if it is not being run by the super-user
(set file ownership, preserve all groups instead of just the current user's
groups, and to create devices (which are now a separate class from special
files).  This both enables warnings on an rsync run where you're expecting all
those things to work, and also makes it possible for rsync to work on a system
where it doesn't need a UID of 0 to perform those operations.  Also added was
the --no-super option that allows root access to the non-super-user version of
the -g option.

If the user wants to make "-a --super" easier to type, consider a popt alias in
your ~/.popt file to define this as the -s option:

rsync alias -s -a --super

(Perhaps an official -s option should be added that means that...)


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the rsync mailing list