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 revisionBoth sides next revision
parallel_rsync [20.02.2017 17:40] Pascal Suterparallel_rsync [20.02.2017 17:40] 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 
 +==== the code ====
 +
 <code> <code>
 # #
  • parallel_rsync.txt
  • Last modified: 20.05.2020 19:44
  • by Pascal Suter