]> git.ozlabs.org Git - next-scripts/commitdiff
backup_next: cannot use open_noatime as the rsync on fs does no support it
authorStephen Rothwell <sfr@canb.auug.org.au>
Fri, 15 Sep 2023 02:09:03 +0000 (12:09 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 15 Sep 2023 02:09:03 +0000 (12:09 +1000)
backup_next

index 2bfe42fd2b86c3a49caa28f0ca9fead7d5d8c7fe..e035be3fc33ab29476e09dca8a14a83b075b58f1 100755 (executable)
@@ -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/.