This is a discussion on Re: Logging of attribute changes when no data is transferred? within the Rsync forums, part of the Networking and Network Related category; On Wed, Sep 14, 2005 at 06:53:46PM -0400, Dave Mielke wrote: > How can I get rsync to ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Wed, Sep 14, 2005 at 06:53:46PM -0400, Dave Mielke wrote:
> How can I get rsync to write a log record (like --log-format does for > data transfer) when no content needs to be transferred but attributes > (owner, group, mode, ...) are changed? Use -i or put %i into your --log-format. See the 2.6.6 manpage for details. ...wayne.. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html |