mirror of
				https://github.com/Burnett01/rsync-deployments.git
				synced 2025-11-04 09:29:04 +01:00 
			
		
		
		
	Fix typo in README.md for exclude instruction
This commit is contained in:
		
							parent
							
								
									b3f19155ac
								
							
						
					
					
						commit
						09de872082
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -220,7 +220,7 @@ If your remote server has firewall restrictions:
 | 
			
		|||
 | 
			
		||||
### Excluding files/folders (eg .git) 
 | 
			
		||||
 | 
			
		||||
By default, rsync copies dot files and folder if present at ``path:``. To execlude them, you can use the ``--exclude`` switch:
 | 
			
		||||
By default, rsync copies dot files and folder if present at ``path:``. To exclude them, you can use the ``--exclude`` switch:
 | 
			
		||||
 | 
			
		||||
```yml
 | 
			
		||||
switches: -avzr --delete --exclude='.git/'
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue