Skip to content

Commit 9560748

Browse files
author
Patrick Beukema
authored
Create labhacks.md
1 parent a2941a3 commit 9560748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labhacks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Use it for writing experimental code, scanner code, bash scripts and so on.
2525
## Programming
2626
* Start using github. It is excellent for version control and for sharing (instead of having analysis_v4_p3.2_final.py you just have analysis.py). Other researchers can replicate exactly what you did. This will save you time, if someone emails you for example.
2727

28-
* Need to sync files across your various lab computers/clusters and laptop you use at home and don't want to use Dropbox? Use [rsync](https://www.digitalocean.com/community/tutorials/how-to-use-rsync-to-sync-local-and-remote-directories-on-a-vps) instead.
28+
* Need to sync files across your various lab computers/clusters and laptop you use at home and don't want to use Dropbox? Use [rsync](https://www.digitalocean.com/community/tutorials/how-to-use-rsync-to-sync-local-and-remote-directories-on-a-vps) instead. e.g:
2929
```bash
3030
rsync -zavr -e ssh --delete --include '*/' --include='*include_these_files.[ext]' --exclude='*' [local_dir] [remote_server]:[remote_dir]
3131
```

0 commit comments

Comments
 (0)