Add example rsync usage
parent
3a05d559ec
commit
5d4c214798
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue