bin/upload: Preserve timestamps.
[ssh-ca] / bin / upload
... / ...
CommitLineData
1#! /bin/sh
2
3set -e
4. lib/func.sh
5
6eval "rsync \
7 -rt --delete-after --delay-updates $publish_opts \
8 publish/ $publish_target"