Add parameter -vv fot the rsync command to see more debugoutput.
This commit is contained in:
		@@ -539,7 +539,8 @@ bool Worker::updateFiles(quint8 percent) {
 | 
				
			|||||||
bool Worker::syncCustomerRepositoryAndFS() {
 | 
					bool Worker::syncCustomerRepositoryAndFS() {
 | 
				
			||||||
    if (QDir(m_customerRepository).exists()) {
 | 
					    if (QDir(m_customerRepository).exists()) {
 | 
				
			||||||
        if (QDir::setCurrent(m_customerRepository)) {
 | 
					        if (QDir::setCurrent(m_customerRepository)) {
 | 
				
			||||||
            QString const params("--recursive             "
 | 
					            QString const params("-vv                     "
 | 
				
			||||||
 | 
					                                 "--recursive             "
 | 
				
			||||||
                                 "--progress              "
 | 
					                                 "--progress              "
 | 
				
			||||||
                                 "--checksum              "
 | 
					                                 "--checksum              "
 | 
				
			||||||
                                 "--exclude=.*            "
 | 
					                                 "--exclude=.*            "
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user