mirror of
				https://github.com/xcat2/confluent.git
				synced 2025-10-31 03:12:31 +00:00 
			
		
		
		
	Updated line 15: * `-f COUNT`, `-c COUNT`, `--count=COUNT`: Options on SYNOPSIS page different than usage options
		
			
				
	
	
		
			26 lines
		
	
	
		
			771 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			771 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| nodersync(8) -- Run rsync in parallel against a noderange
 | |
| =========================================================================
 | |
| 
 | |
| ## SYNOPSIS
 | |
| 
 | |
| `nodersync <file/directorylist> <noderange>:<destination>`  
 | |
| 
 | |
| ## DESCRIPTION
 | |
| 
 | |
| Supervises execution of rsync to push files or a directory tree to the specified
 | |
| noderange. This will present progress as percentage for all nodes.
 | |
| 
 | |
| ## OPTIONS
 | |
| 
 | |
| * `-f COUNT`, `-c COUNT`, `--count=COUNT`:
 | |
|   Specify how many rsync executions to do concurrently.  If noderange
 | |
|   exceeds the count, then excess nodes will wait until one of the
 | |
|   active count completes. 
 | |
|   
 | |
| * `-m MAXNODES`, `--maxnodes=MAXNODES`:
 | |
|   Specify a maximum number of nodes to run rsync to, prompting if over the
 | |
|   threshold
 | |
|   
 | |
| * `-h`, `--help`:
 | |
|   Show help message and exit
 |