Changes
Page history
Update Documentation
authored
Jul 17, 2025
by
Peter Heger
Hide whitespace changes
Inline
Side-by-side
Documentation.md
View page @
5ef51904
...
...
@@ -211,6 +211,7 @@ Please note: You can transfer data ONLY to the login nodes (ramses1 ... ramses4)
-
You can copy small numbers of files/folders directly with
`scp`
:
`scp local_file username@ramses1.itcc.uni-koeln.de:remote_destination_dir`
( . for home directory)
`scp -r local_folder username@ramses1.itcc.uni-koeln.de:remote_destination_dir`
-
For large amounts of (small) files use
[
tar
](
https://www.gnu.org/software/tar/manual/html_chapter/Tutorial.html#Tutorial
)
(
or
zip) to create an archive-file before copying:
...
...
...
...