Add parameter -vv fot the rsync command to see more debugoutput.

This commit is contained in:
Gerhard Hoffmann 2023-08-04 13:52:57 +02:00
parent d57914957d
commit 9c44656104

View File

@ -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=.* "