From 98f8b486de87c7b3206b76b4482aeb4ca071a80a Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Fri, 15 Sep 2023 08:45:46 +1000 Subject: [PATCH] backup_next: add open_noatime option --- backup_next | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup_next b/backup_next index e035be3..2bfe42f 100755 --- a/backup_next +++ b/backup_next @@ -10,7 +10,7 @@ if ! cd ~/kernels/next; then exit 1 fi -rsync -avHP --exclude gitk.cache --exclude /next-2'*'/ \ +rsync -avHP --open-noatime --exclude gitk.cache --exclude /next-2'*'/ \ --include /next/.git --include /next/.git/'**' --exclude /next/'**' \ --include /next-fixes/.git --include /next-fixes/.git/'**' --exclude /next-fixes/'**' \ --delete --delete-excluded . "$host":next/. -- 2.39.5