From 102d08cdfb11a886468aa327512443df72ecc2ca Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Fri, 15 Sep 2023 12:09:03 +1000 Subject: [PATCH] backup_next: cannot use open_noatime as the rsync on fs does no support it --- backup_next | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup_next b/backup_next index 2bfe42f..e035be3 100755 --- a/backup_next +++ b/backup_next @@ -10,7 +10,7 @@ if ! cd ~/kernels/next; then exit 1 fi -rsync -avHP --open-noatime --exclude gitk.cache --exclude /next-2'*'/ \ +rsync -avHP --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