summaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2024-07-07 17:14:45 -0700
committerXiao Pan <gky44px1999@gmail.com>2024-07-07 17:14:45 -0700
commit355f8ef9d129edc1f2b195512d282d4e4c74821f (patch)
tree8dc26895de2bcf1e2cd7f450bd235cd509ff2051 /sh
parent8343b5ef0a97a3fe2b3bf8df1ecc5fb4608f330b (diff)
mpra maybe more correct to use -u instead of -t, because I do not care if time is preserved, not tested
Diffstat (limited to 'sh')
-rwxr-xr-xsh/mpra2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/mpra b/sh/mpra
index 2a7e9bf..3e4f898 100755
--- a/sh/mpra
+++ b/sh/mpra
@@ -44,4 +44,4 @@ else
done
fi
-[ "$copy_any" ] && sudo rsync -vPrlt --delete ../repo/ /srv/http/mirrors/archlinux/fly/os/any
+[ "$copy_any" ] && sudo rsync -vPrlu --delete ../repo/ /srv/http/mirrors/archlinux/fly/os/any