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
habrok:data_management:transferring_data [2024/05/21 11:40] – [Alternative applications] fokkehabrok:data_management:transferring_data [2025/06/20 13:27] (current) – [More advanced: rsync] typo pedro
Line 7: Line 7:
  
 The MobaXterm SSH client offers a file browser interface to files on the Hábrók cluster. As shown in the following figure. The MobaXterm SSH client offers a file browser interface to files on the Hábrók cluster. As shown in the following figure.
-{{habrok:introduction:what_is_a_cluster:mobaxterm_file_browser.png?nolink|}}+ 
 +{{habrok:additional_information:course_material:mobaxterm_file_browser.png?nolink|}}
  
 This interface can be used to create directories and for downloading and uploading files. The interface offers a upload and download icon above the file listing. Files can also be dragged and dropped between MobaXterm and the Windows file explorer. The last way also allows a full directory including files to be transferred to or from Hábrók. This interface can be used to create directories and for downloading and uploading files. The interface offers a upload and download icon above the file listing. Files can also be dragged and dropped between MobaXterm and the Windows file explorer. The last way also allows a full directory including files to be transferred to or from Hábrók.
Line 84: Line 85:
   * ''-v'' Verbose. This will show information about the files that are being copied.   * ''-v'' Verbose. This will show information about the files that are being copied.
   * ''-p'' Shows a progress indicator.   * ''-p'' Shows a progress indicator.
-  * ''--delete'' Delete files from the receiving end, which are missing at the sending side. +  * ''%%--%%delete'' Delete files from the receiving end, which are missing at the sending side. 
-  * ''--append'' Append data onto shorter files on the receiving end. The ''--append-verify'' option will check the contents of the file first. These options are useful for resuming transfer of large files after a connection failure.+  * ''%%--%%append'' Append data onto shorter files on the receiving end. The ''%%--%%append-verify'' option will check the contents of the file first. These options are useful for resuming transfer of large files after a connection failure.
  
 Source and destination can be given in the same way as for ''scp''. Here is an example of transferring a directory from Hábrók to our local system: Source and destination can be given in the same way as for ''scp''. Here is an example of transferring a directory from Hábrók to our local system:
Line 111: Line 112:
 At the end of the output you can see a summary of how much data was transferred and the average speed. At the end of the output you can see a summary of how much data was transferred and the average speed.
  
-**CAVEAT behaviour of rsync changes with final ''/'' at the source location. ** +**CAVEAT behavior of rsync changes with final ''/'' at the source location. ** 
-The behavour of ''rsync'' changes when a ''/'' is appended at the end of the source location. The man page explains this as follows:+The behavior of ''rsync'' changes when a ''/'' is appended at the end of the source location. The man page explains this as follows:
 <code> <code>
         trailing slash on the source changes this behavior to avoid creating         trailing slash on the source changes this behavior to avoid creating