Update Documentation authored by Peter Heger's avatar Peter Heger
...@@ -218,7 +218,7 @@ Please note: You can transfer data ONLY to the login nodes (ramses1 ... ramses4) ...@@ -218,7 +218,7 @@ Please note: You can transfer data ONLY to the login nodes (ramses1 ... ramses4)
- create archive: `tar -czf name_of_archive.tar.gz files_or_folder_to_add` - create archive: `tar -czf name_of_archive.tar.gz files_or_folder_to_add`
- extract archive: `tar -xvzf example.tar.gz` - extract archive: `tar -xvzf example.tar.gz`
- show contents of archive: `tar -tf <file>` - show contents of archive: `tar -tf <archive_file>`
- You can also use [rsync](https://tldr.inbrowser.app/pages/common/rsync) - You can also use [rsync](https://tldr.inbrowser.app/pages/common/rsync)
- If you prefer interactive transfer with a shiny GUI, you might want to try out [FileZilla (Linux/Mac/Win)](https://filezilla-project.org/), [WinSCP (Win only)](https://winscp.net/eng/download.php), or [Cyberduck (Mac/Win)](https://cyberduck.io/download/). - If you prefer interactive transfer with a shiny GUI, you might want to try out [FileZilla (Linux/Mac/Win)](https://filezilla-project.org/), [WinSCP (Win only)](https://winscp.net/eng/download.php), or [Cyberduck (Mac/Win)](https://cyberduck.io/download/).
...@@ -243,7 +243,7 @@ Ramses replicates the filesystem setup of CHEOPS, specifically: ...@@ -243,7 +243,7 @@ Ramses replicates the filesystem setup of CHEOPS, specifically:
### 4.1 Backing up your data ### 4.1 Backing up your data
*we are working on filling in information about data backups on Ramses*👷 We are working on filling in information about data backups on Ramses👷.
## 5. Submitting jobs ## 5. Submitting jobs
... ...
......