diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-07-07 17:14:45 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-07-07 17:14:45 -0700 |
commit | 355f8ef9d129edc1f2b195512d282d4e4c74821f (patch) | |
tree | 8dc26895de2bcf1e2cd7f450bd235cd509ff2051 /sh/mpra | |
parent | 8343b5ef0a97a3fe2b3bf8df1ecc5fb4608f330b (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/mpra')
-rwxr-xr-x | sh/mpra | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |