| 
					
				 | 
			
			
				@@ -12,7 +12,7 @@ Container image for creating cron-scheduled backups with [borg backup](https://w 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   1. Build: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     - Run `docker compose build` to build the container image from `./build/Dockerfile` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   2. Configuration: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    - `cp` (.env.template)[.env.template] `.env ` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    - `cp` [.env.template](.env.template) `.env ` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     - Adapt `.env`, parameters are explained in the template file 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   3. Init the backup archive: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     - `docker exec --rm -it borg bash -c "borg init --encryption repokey-blake2"` 
			 |