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