summaryrefslogtreecommitdiff
path: root/publish
diff options
context:
space:
mode:
Diffstat (limited to 'publish')
-rwxr-xr-xpublish2
1 files changed, 1 insertions, 1 deletions
diff --git a/publish b/publish
index 4507f8d..f9272dd 100755
--- a/publish
+++ b/publish
@@ -157,7 +157,7 @@ fi
d_date=$(date +"$date_format")
d_random=$(get_random)
d_server="$d_date$d_random"
-rsync_args="--partial --recursive --compress"
+rsync_args="--partial --recursive --compress --times"
d_server_http_base=$( echo -n "$d_server" | uri_encode )