User Tools

Site Tools


linux:parallel_rsync

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
linux:parallel_rsync [2019/07/18 07:17] – external edit 127.0.0.1linux:parallel_rsync [2019/07/29 12:11] dodger
Line 31: Line 31:
 ==== Code ==== ==== Code ====
  
-<code bash>+<file bash psync.sh>
 #!/bin/bash #!/bin/bash
 [ ! $1 ] && echo "Usage: $0 /path/to/run" && exit 1 [ ! $1 ] && echo "Usage: $0 /path/to/run" && exit 1
Line 86: Line 86:
  
 sync_this ${TARGET} sync_this ${TARGET}
-</code>+</file>
  
 ==== Script Variables ==== ==== Script Variables ====
linux/parallel_rsync.txt · Last modified: 2022/02/11 11:36 by 127.0.0.1