On Tuesday 2004-02-17 09:34, Jason M. Felice wrote:
| All instances of the file will have the last mtime/permissions/ownership.
| This is not such a big deal for me (although it is annoying), but I
| can't afford to keep multiple copies of files just because the metadata
| is different.  If anyone has any suggestions to solve this which aren't
| too incredibly hackish, I'll implement (all I can think of is to store
| permissions in dotfiles or implement my original idea of a "database
| backend" as opposed to a "filesystem backend").

You could use symlinks instead of hardlinks when the metadata is
different. It requires an extra inode, but when the symlink is short
enough to fit in the inode, you don't need an additional disk block.

-- 
Dick Streefland                      ////                      Altium BV
[EMAIL PROTECTED]           (@ @)          http://www.altium.com
--------------------------------oOO--(_)--OOo---------------------------
-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to