Warning!

Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!

Use --copy-links for rsync in upload_logs()
authorMichael Prokop
Sat Dec 22 16:14:38 2007 +0100 (11 months ago)
changeset 422f400610ecdf7
manifestf400610ecdf7
parent 4210512b73a477d
child 423def16093decd
Use --copy-links for rsync in upload_logs()
buildd/functions.sh
--- a/buildd/functions.sh Sat Dec 22 10:35:48 2007 +0100
+++ b/buildd/functions.sh Sat Dec 22 16:14:38 2007 +0100
@@ -79,7 +79,7 @@ upload_logs() {
upload_logs() {
[ -n "$RSYNC_MIRROR" ] || return 1
umask 002
- rsync --exclude dmesg.log --times --partial -az --quiet /var/log/grml-buildd.* \
+ rsync --exclude dmesg.log --times --partial --copy-links -az --quiet /var/log/grml-buildd.* \
$FAI_LOGFILES $GRML_LOGFILE $RSYNC_MIRROR/logs/"${NAME}_${DATE}"/
}