diff options
-rwxr-xr-x | publish | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |