From 0c7b720f211338bc15e7d32828e1bc864c64bd0c Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 22 Dec 2007 16:14:38 +0100 Subject: [PATCH] Use --copy-links for rsync in upload_logs() --- buildd/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildd/functions.sh b/buildd/functions.sh index 60667d5..b8652ff 100755 --- a/buildd/functions.sh +++ b/buildd/functions.sh @@ -79,7 +79,7 @@ create_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}"/ } -- 2.1.4