]> git.ozlabs.org Git - next-scripts/commitdiff
rsync noatime was changed to open-noatime
authorStephen Rothwell <sfr@canb.auug.org.au>
Sun, 12 Jul 2020 10:24:16 +0000 (20:24 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Sun, 12 Jul 2020 10:24:16 +0000 (20:24 +1000)
and it has to work with the remote rsync as well

backup_next
from_build_host
to_build_host
to_ozlabs

index d1e85212f2c3653f70ac493dbf7e9f94527bccec..70abf7fd7752db0996a55f546dc0ae408fab5039 100755 (executable)
@@ -3,7 +3,7 @@
 host="fs"
 [ "$1" ] && host="$1"
 
-rsync -avHP --noatime --exclude gitk.cache --exclude next-2'*'/ \
+rsync -avHP --exclude gitk.cache --exclude next-2'*'/ \
        --include mmotm/.git --include mmotm/.git/'**' --exclude mmotm/'**' \
        --include next/.git --include next/.git/'**' --exclude next/'**' \
        --include quilt/.git --include quilt/.git/'**' --exclude quilt/'**' \
index 809eca0f6fb87b6226de1460feb074637521717b..915961301d415a90c4776fdc028856162f51c42b 100755 (executable)
@@ -2,7 +2,7 @@
 
 . "$(dirname $0)/common.sh"
 
-rsync -avHSXx --noatime --partial --delete \
+rsync -avHSUXx --open-noatime --partial --delete \
        --exclude "gitk.cache" \
        --include '/patches/***' \
        --include '/mmotm/***' \
index c05be14e8c8595e318485c56c4f9ad4450343f4b..0438f5841cc00c426be65ecf26efd969a93d768c 100755 (executable)
@@ -7,4 +7,4 @@
 
 . "$(dirname $0)/common.sh"
 
-rsync -avHSXx --noatime --exclude next-history.git --exclude stats --exclude gitk.cache --delete ~/kernels/next/. ${build_host}:kernels/next/.
+rsync -avHSUXx --open-noatime --exclude next-history.git --exclude stats --exclude gitk.cache --delete ~/kernels/next/. ${build_host}:kernels/next/.
index 25a8bf5d0236b3e65730464ed58db8538f55db6c..c40170fcc7552e0f41777bc051e36321211cf9a7 100755 (executable)
--- a/to_ozlabs
+++ b/to_ozlabs
@@ -34,7 +34,7 @@ EOF
        for i in $GIT_REPOS; do
                echo "- $i/**"
        done
-} | rsync -avHP --noatime --include-from - --delete . ozlabs.org:kernels/next/.
+} | rsync -avHP --open-noatime --include-from - --delete . ozlabs.org:kernels/next/.
 
 ssh ozlabs.org "touch kernels/NEXT-DONE"