On Tue, 28 Jan 2003, at 11:39am, [EMAIL PROTECTED] wrote: > I am trying to find a program, ideally rsync, that preserves attributes > set by chattr, when a file is copied. For example, consider the following: > > chattr +i foo > rsync foo bar
Everything else people have said is valid, but let me also point out that there is an inherent paradox in synchronizing an immutable file. Yes, the program could remove the bit on the target, sync the file, and then put it back. That's not the point. The point is that the immutable bit was designed to be a bit an admin would set to lock out all possible changes. One might even go so far as to say it "shouldn't" be copied. -- Ben Scott <[EMAIL PROTECTED]> | The opinions expressed in this message are those of the author and do | | not represent the views or policy of any other person or organization. | | All information is provided without warranty of any kind. | _______________________________________________ gnhlug-discuss mailing list [EMAIL PROTECTED] http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss
