Displaying 2 results from an estimated 2 matches for "0558gmt".
2008 Apr 14
0
[PATCH] xattrs not set on locked files that already exist on target
...-
force-change is supposed to do, so I extended that functionality to
apply to this test case.
Here's the test case (tested on HEAD+fileflags+crtime, but the patch
below applies to 3.0.2):
######
#!/bin/sh
xattr=/usr/local/bin/xattr
rsync="/Users/bombich/Desktop/rsync-HEAD-20080412-0558GMT/rsync"
src=`mktemp -d /tmp/src.XXXXXX`
tgt=`mktemp -d /tmp/tgt.XXXXXX`
touch $src/locked_file
$xattr -s test_xattr "Test attribute" $src/locked_file
$xattr -s test_xattr.temp "Temp attribute" $src/locked_file
chflags uchg $src/locked_file
## First backup
printf "##...
2008 Jun 25
2
DO NOT REPLY [Bug 5565] New: xattrs not set on locked files that already exist on target
...ffect ACLs. Presumably, this is what --force-change
is supposed to do, so I extended that functionality to apply to this test case.
Here's the test case (tested on 3.0.3pre3+fileflags+crtime):
######
#!/bin/sh
xattr=/usr/local/bin/xattr
rsync="/Users/bombich/Desktop/rsync-HEAD-20080412-0558GMT/rsync"
src=`mktemp -d /tmp/src.XXXXXX`
tgt=`mktemp -d /tmp/tgt.XXXXXX`
touch $src/locked_file
$xattr -s test_xattr "Test attribute" $src/locked_file
$xattr -s test_xattr.temp "Temp attribute" $src/locked_file
chflags uchg $src/locked_file
## First backup
printf "##...