From 99f7222fdd95d67cd984d1a132de016c41c6b9b9 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Tue, 2 Aug 2022 18:21:41 -0700 Subject: [PATCH] rsync: preserve mtime, perms --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d1c6105..3d53769 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ WWW_RSYNC_DEST = $(USER):$(WWW_ROOT) GEMINI_RSYNC_DEST = $(USER):$(GEMINI_ROOT) OUTPUT_DIR = public -RSYNCFLAGS += -rlcv --zc=zstd --zl=6 --skip-compress=gz/br/zst/png/webp/jpg/avif/jxl/mp4/mkv/webm/opus/mp3 +RSYNCFLAGS += -rlptcv --zc=zstd --zl=6 --skip-compress=gz/br/zst/png/webp/jpg/avif/jxl/mp4/mkv/webm/opus/mp3 # compression gets slow for extreme levels like the old "70109" ECT_LEVEL=9