mirror of
				https://github.com/mail-in-a-box/mailinabox.git
				synced 2025-11-03 19:30:54 +00:00 
			
		
		
		
	rsync url patch
This commit is contained in:
		
							parent
							
								
									99d0afd650
								
							
						
					
					
						commit
						1e5bd53c30
					
				@ -393,8 +393,11 @@ def list_target_files(config):
 | 
			
		||||
		rsync_fn_size_re = re.compile(r'.*    ([^ ]*) [^ ]* [^ ]* (.*)')
 | 
			
		||||
		rsync_target = '{host}:{path}'
 | 
			
		||||
 | 
			
		||||
		_, target_host, target_path = config['target'].split('//')
 | 
			
		||||
		target_path = '/' + target_path
 | 
			
		||||
		## _, target_host, target_path = config['target'].split('//')
 | 
			
		||||
		target_host = p.netloc
 | 
			
		||||
		target_path = p.path
 | 
			
		||||
		if not target_path.startswith('/'):
 | 
			
		||||
			target_path = '/' + target_path
 | 
			
		||||
		if not target_path.endswith('/'):
 | 
			
		||||
			target_path += '/'
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user