X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=buildd%2Ffunctions.sh;h=b8652ff81b0eb7d91e27b95e47baa2ec1ee7d09b;hp=471a126392e61b6bd409b1f17f1c920a880a9d2f;hb=0c7b720f211338bc15e7d32828e1bc864c64bd0c;hpb=9bba4f868d5cbdde2f358cb156941331655752eb diff --git a/buildd/functions.sh b/buildd/functions.sh index 471a126..b8652ff 100755 --- a/buildd/functions.sh +++ b/buildd/functions.sh @@ -78,8 +78,8 @@ create_logs() { # store logs on remote server: upload_logs() { [ -n "$RSYNC_MIRROR" ] || return 1 - umask 022 - rsync --exclude dmesg.log --times --partial -az --quiet /var/log/grml-buildd.* \ + umask 002 + rsync --exclude dmesg.log --times --partial --copy-links -az --quiet /var/log/grml-buildd.* \ $FAI_LOGFILES $GRML_LOGFILE $RSYNC_MIRROR/logs/"${NAME}_${DATE}"/ }