[add] sync
This commit is contained in:
		
							parent
							
								
									df231a03b0
								
							
						
					
					
						commit
						ee17d578a0
					
				
					 2 changed files with 6 additions and 1 deletions
				
			
		| 
						 | 
					@ -7,7 +7,7 @@ services:
 | 
				
			||||||
    container_name: tiddlywiki-docker
 | 
					    container_name: tiddlywiki-docker
 | 
				
			||||||
    restart: unless-stopped
 | 
					    restart: unless-stopped
 | 
				
			||||||
    volumes:
 | 
					    volumes:
 | 
				
			||||||
      - ./wiki-data:/app
 | 
					      - ./data/quodatum:/app
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
      - 8088:8080
 | 
					      - 8088:8080
 | 
				
			||||||
    env_file: ./.env
 | 
					    env_file: ./.env
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										5
									
								
								tiddlywiki/sync-quodatum.sh
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								tiddlywiki/sync-quodatum.sh
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,5 @@
 | 
				
			||||||
 | 
					#!/usr/bin/env sh
 | 
				
			||||||
 | 
					set -e
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#sync from
 | 
				
			||||||
 | 
					rsync -av odroid@odroid-n2.local:/mnt/drive/tiddly/* data/
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue