提交 84a99c79 编写于 作者: B Bastian Blank

debian/mirror: Re-format rsync call

上级 bc97f0b0
......@@ -485,7 +485,11 @@ function mirror() {
mkdir -p ${targetpath}
cd ${targetpath}
rsync -aH --link-dest ${archiveroot} --delete --delete-after --delete-excluded --exclude "Packages.*.new" --exclude "Sources.*.new" --ignore-errors ${archiveroot}/. .
rsync -aH --link-dest ${archiveroot} \
--delete --delete-after --delete-excluded \
--exclude "Packages.*.new" --exclude "Sources.*.new" \
--ignore-errors \
${archiveroot}/. .
done
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册