5 lines
		
	
	
	
		
			130 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			130 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #!/usr/bin/env bash
 | |
| 
 | |
| export MAILCOW_BACKUP_LOCATION="$1"
 | |
| 
 | |
| /opt/mailcow-dockerized/helper-scripts/backup_and_restore.sh backup all
 |