User Tools

Site Tools


hpc:best_practices

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
hpc:best_practices [2025/05/30 10:51] – [Transfer data from cluster to another with] Yann Sagonhpc:best_practices [2026/02/02 15:08] (current) Yann Sagon
Line 150: Line 150:
   * ''<nowiki>-u</nowiki>'' makes rsync transfer skip files which are newer in dest than in src   * ''<nowiki>-u</nowiki>'' makes rsync transfer skip files which are newer in dest than in src
   * ''<nowiki>-z</nowiki>'' turns on compression, which is useful when transferring easily-compressible files over slow links   * ''<nowiki>-z</nowiki>'' turns on compression, which is useful when transferring easily-compressible files over slow links
-  * ''<nowiki>-P</nowiki>'' turns on --partial and --progress+  * ''<nowiki>-P</nowiki>'' turns on ''<nowiki>--partial</nowiki>'' and ''<nowiki>--progress</nowiki>''
   * ''<nowiki>--partial</nowiki>'' makes rsync keep partially transferred files if the transfer is interrupted   * ''<nowiki>--partial</nowiki>'' makes rsync keep partially transferred files if the transfer is interrupted
   * ''<nowiki>--progress</nowiki>''  shows a progress bar for each transfer, useful if you transfer big files   * ''<nowiki>--progress</nowiki>''  shows a progress bar for each transfer, useful if you transfer big files
hpc/best_practices.1748602261.txt.gz · Last modified: (external edit)