From 4c49a6c782d707370eefa0da336fba373f6954e5 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Sun, 12 Jul 2020 20:24:16 +1000 Subject: [PATCH] rsync noatime was changed to open-noatime and it has to work with the remote rsync as well --- backup_next | 2 +- from_build_host | 2 +- to_build_host | 2 +- to_ozlabs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backup_next b/backup_next index d1e8521..70abf7f 100755 --- a/backup_next +++ b/backup_next @@ -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/'**' \ diff --git a/from_build_host b/from_build_host index 809eca0..9159613 100755 --- a/from_build_host +++ b/from_build_host @@ -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/***' \ diff --git a/to_build_host b/to_build_host index c05be14..0438f58 100755 --- a/to_build_host +++ b/to_build_host @@ -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/. diff --git a/to_ozlabs b/to_ozlabs index 25a8bf5..c40170f 100755 --- 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" -- 2.39.2