Add example rsync usage

englishm 2014-10-14 10:22:18 -07:00
parent 3a05d559ec
commit 5d4c214798
1 changed files with 2 additions and 0 deletions

@ -12,6 +12,8 @@ Use `tar` to create a tarball of your stuff, then `scp` to put it somewhere else
`rsync` synchronizes a directory with a remote directory. `rsync` synchronizes a directory with a remote directory.
e.g. `rsync -av --delete <username>@tilde.club:/home/<username> path/to/hold/local/copy`
### `sshfs` ### `sshfs`
Use `sshfs` to create a remote filesystem through SSH; then your local machine can copy files to your local drive as if tilde.club were a local file system. Use `sshfs` to create a remote filesystem through SSH; then your local machine can copy files to your local drive as if tilde.club were a local file system.