mirror of
				https://github.com/borgbase/ansible-role-borgbackup.git
				synced 2025-11-04 01:19:32 +01:00 
			
		
		
		
	Add possibility to overwrite compression (#116)
Co-authored-by: Alexander Kaufmann <akaufman@DESKTOP-K5ID02T.localdomain>
This commit is contained in:
		
							parent
							
								
									ab8dd529b8
								
							
						
					
					
						commit
						ad163fec68
					
				@ -82,7 +82,7 @@ storage:
 | 
			
		||||
    # Type of compression to use when creating archives. See
 | 
			
		||||
    # https://borgbackup.readthedocs.org/en/stable/usage.html#borg-create for details.
 | 
			
		||||
    # Defaults to no compression.
 | 
			
		||||
    compression: auto,zstd
 | 
			
		||||
    compression: {{ borg_compression|default('auto,zstd') }}
 | 
			
		||||
 | 
			
		||||
    # Remote network upload rate limit in kiBytes/second.
 | 
			
		||||
{% if borg_remote_rate_limit %}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user