Add parameter -vv fot the rsync command to see more debugoutput.
This commit is contained in:
parent
d57914957d
commit
9c44656104
@ -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=.* "
|
||||
|
Loading…
Reference in New Issue
Block a user