borgbackup: try to get a bit more info from borg... (fix options)
This commit is contained in:
		
					parent
					
						
							
								300813e0bb
							
						
					
				
			
			
				commit
				
					
						99b718c232
					
				
			
		
					 1 changed files with 4 additions and 2 deletions
				
			
		|  | @ -40,7 +40,8 @@ in | |||
|     }; | ||||
|     compression = "auto,lz4"; | ||||
|     startAt = "hourly"; | ||||
|     extraArgs = "--info --stats"; | ||||
|     extraArgs = "--info"; | ||||
|     extraCreateArgs = "--stats"; | ||||
|   }; | ||||
|   services.borgbackup.jobs.maildata = { | ||||
|     readWritePaths = [ "/var/lib/borgbackup" ]; | ||||
|  | @ -60,6 +61,7 @@ in | |||
|     }; | ||||
|     compression = "auto,lz4"; | ||||
|     startAt = "daily"; | ||||
|     extraArgs = "--info --stats"; | ||||
|     extraArgs = "--info"; | ||||
|     extraCreateArgs = "--stats"; | ||||
|   }; | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Daniel Frank
				Daniel Frank