From 9c44656104868de748461871e1c8d75779be9d75 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Fri, 4 Aug 2023 13:52:57 +0200 Subject: [PATCH] Add parameter -vv fot the rsync command to see more debugoutput. --- worker.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/worker.cpp b/worker.cpp index 180fb53..70775d9 100644 --- a/worker.cpp +++ b/worker.cpp @@ -539,7 +539,8 @@ bool Worker::updateFiles(quint8 percent) { bool Worker::syncCustomerRepositoryAndFS() { if (QDir(m_customerRepository).exists()) { if (QDir::setCurrent(m_customerRepository)) { - QString const params("--recursive " + QString const params("-vv " + "--recursive " "--progress " "--checksum " "--exclude=.* "