parallel_rsync

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
parallel_rsync [20.02.2017 17:40] Pascal Suterparallel_rsync [24.04.2018 18:33] – [the code] Pascal Suter
Line 23: Line 23:
 ==== known issues ==== ==== known issues ====
   * when i wrote the script i used excessive escaping to make sure that more complex file names could also be copied. however i do not escape the source directory name or the target directory name. i sadly realized only after wrinting all this escaping madness, that i could have used the -0 option of xargs and corresponding null options to the other tools so that i could have avoided the need for all this escaping madness in the first place    * when i wrote the script i used excessive escaping to make sure that more complex file names could also be copied. however i do not escape the source directory name or the target directory name. i sadly realized only after wrinting all this escaping madness, that i could have used the -0 option of xargs and corresponding null options to the other tools so that i could have avoided the need for all this escaping madness in the first place 
-<code>+==== the code ==== 
 + 
 +<code bash prsync.sh>
 # #
 # Parallel Rsync function 2017 by Pascal Suter @ DALCO AG, Switzerland # Parallel Rsync function 2017 by Pascal Suter @ DALCO AG, Switzerland
  • parallel_rsync.txt
  • Last modified: 20.05.2020 19:44
  • by Pascal Suter