search for: diffopt

Displaying 4 results from an estimated 4 matches for "diffopt".

2004 Apr 10
0
patches for copying atimes
...uot;" eval "$1" status=$? @@ -159,6 +161,12 @@ fi echo "-------------" + echo "check how the directory listings compare with diff:" + echo "" + ( cd "$3" && rsync_ls_lR . ) > ${TMP}/ls-to + diff $diffopt ${TMP}/ls-from ${TMP}/ls-to || failed=YES + + echo "-------------" echo "check how the files compare with diff:" echo "" for f in `cd "$2"; find . -type f -print ` @@ -166,12 +174,6 @@ diff $diffopt "$2"/"$f" &qu...
2004 Apr 20
1
improved atime patch
...uot;" eval "$1" status=$? @@ -159,6 +161,12 @@ fi echo "-------------" + echo "check how the directory listings compare with diff:" + echo "" + ( cd "$3" && rsync_ls_lR . ) > ${TMP}/ls-to + diff $diffopt ${TMP}/ls-from ${TMP}/ls-to || failed=YES + + echo "-------------" echo "check how the files compare with diff:" echo "" for f in `cd "$2"; find . -type f -print ` @@ -166,12 +174,6 @@ diff $diffopt "$2"/"$f" &qu...
2005 Jun 24
1
[PATCH] Fix itemize test for objdir != srcdir builds
..."$srcdir/config.h" "$fromdir/foo/config2" +cp -p "$srcdir/configure.in" "$fromdir/foo/config2" chmod 601 "$fromdir/foo/config2" $RSYNC -iplrH "$fromdir/" "$todir/" \ | tee "$outfile" @@ -91,7 +91,7 @@ EOT diff $diffopt "$chkfile" "$outfile" || test_fail "test 3 failed" -cp -p "$srcdir/config.h" "$fromdir/foo/config2" +cp -p "$srcdir/configure.in" "$fromdir/foo/config2" chmod 600 "$fromdir/foo/config2" # Lack of -t is for unchanged...
2008 Feb 21
37
Preferred backup s/w
Hi all, What is the current preferred method for backing up ZFS data pools, preferably using free ($0.00) software, and assuming that access to individual files (a la ufsbackup/ufsrestore) is required? TIA, -- Rich Teer, SCSA, SCNA, SCSECA, OGB member CEO, My Online Home Inventory URLs: http://www.rite-group.com/rich http://www.linkedin.com/in/richteer