X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=buildd%2Ffunctions.sh;h=6ea37cdbf2e04c70d1754fbb4997ba3dd649f7e6;hb=963ab55c463a0c0d3448468790f922bcfe065d05;hp=08d2661f6cf7ae3f736fa5161f58331a0a21416a;hpb=6decb9b013be4c016fa61afbf86655c8b7afc734;p=grml-live-grml.git diff --git a/buildd/functions.sh b/buildd/functions.sh index 08d2661..6ea37cd 100755 --- a/buildd/functions.sh +++ b/buildd/functions.sh @@ -79,7 +79,7 @@ create_logs() { upload_logs() { [ -n "$RSYNC_MIRROR" ] || return 1 # eval $(grep '^LOGDIR=' $FAI_LOGFILES/variables.log) - rsync --times --partial -az --quiet /var/log/grml-buildd.* \ + rsync --exclude dmesg.log --times --partial -az --quiet /var/log/grml-buildd.* \ $FAI_LOGFILES $GRML_LOGFILE $RSYNC_MIRROR/logs/"${NAME}_${DATE}"/ }