search for: stasiu

Displaying 2 results from an estimated 2 matches for "stasiu".

Did you mean: stasis
2007 Mar 05
1
Deletion of xattr don't sync
...option for deleting xattr-s same as --delete for files, because it seems deletion of xattr don't sync, however it is synced when data of file change, see example below. Maybe this is a bug or maybe this is ok? System gentoo attr-2.4.32, rsync form today cvs. -- Regards Stanislaw Gruszka stasiu@sg /mnt/hda5/export $ echo "data" > file stasiu@sg /mnt/hda5/export $ attr -s attr1 -V val1 file Attribute "attr1" set to a 4 byte value for file: val1 stasiu@sg /mnt/hda5/export $ attr -s attr2 -V val2 file Attribute "attr2" set to a 4 byte value for file: val2...
2007 Mar 08
3
[BUG] clear ACL-s on destination
Destroy ACL-s on destination when no ACL-s differens between source and destination. Bug is somehow related with function send_file_name() called with negative file descriptor f. There is no such bug in 2.6.9 version, but there options "-X -A --deleted" can't be used (we have "Internal error: wrong write used in receiver."). If I fix this, avoid calling send_acl() &