mirror of
				https://github.com/TheLocehiliosan/yadm
				synced 2025-06-13 13:03:58 +00:00 
			
		
		
		
	Include --yadm-data (#407)
Since version 3, the yadm-data directory must also be specified.
This commit is contained in:
		
							parent
							
								
									d51b0ebced
								
							
						
					
					
						commit
						bc0109cfdb
					
				@ -203,7 +203,7 @@ However, if you want to bend yadm into managing system files, one method is:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
# create an alias to run yadm for system files
 | 
					# create an alias to run yadm for system files
 | 
				
			||||||
alias sysyadm="sudo yadm -Y /etc/yadm"
 | 
					alias sysyadm="sudo yadm --yadm-dir /etc/yadm --yadm-data /etc/yadm/data"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# initialize the yadm repo using the worktree of "/"
 | 
					# initialize the yadm repo using the worktree of "/"
 | 
				
			||||||
sysyadm init -w /
 | 
					sysyadm init -w /
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user