From: Stephen Rothwell Date: Thu, 14 Sep 2023 22:45:46 +0000 (+1000) Subject: backup_next: add open_noatime option X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=98f8b486de87c7b3206b76b4482aeb4ca071a80a;p=next-scripts backup_next: add open_noatime option --- 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/.