Skip to content

Commit

Permalink
rm code block indentation in klone_File-Transfers.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kubu4 committed Sep 19, 2024
1 parent 14488a4 commit 5860902
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/klone_File-Transfers.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@

#### Copy files to Klone:

```bash
rsync --archive --progress --verbose /path/to/file/on/your/computer/file.txt <UW_NetID>@klone.hyak.uw.edu:/gscratch/scrubbed/<UW_NetID>/directory
```
```bash
rsync --archive --progress --verbose /path/to/file/on/your/computer/file.txt <UW_NetID>@klone.hyak.uw.edu:/gscratch/scrubbed/<UW_NetID>/directory
```

#### Copy entire folder to Klone (it is important to make sure there is _no_ `/` at the end of the remote path):

Navigate to the directory immediately above the one which you are interested in copying and then run the following command):

```bash
rsync --archive --progress --verbose --relative ./directory <UW_NetID>@klone.hyak.uw.edu:/gscratch/scrubbed/<UW_NetID>/directory
```
```bash
rsync --archive --progress --verbose --relative ./directory <UW_NetID>@klone.hyak.uw.edu:/gscratch/scrubbed/<UW_NetID>/directory
```


#### Copy files from Klone:

```bash
rsync --archive --progress --verbose <UW_NetID>@klone.hyak.uw.edu:/gscratch/scrubbed/<UW_NetID>/file.txt /path/to/local/directory
```
```bash
rsync --archive --progress --verbose <UW_NetID>@klone.hyak.uw.edu:/gscratch/scrubbed/<UW_NetID>/file.txt /path/to/local/directory
```

0 comments on commit 5860902

Please sign in to comment.