diff --git a/User-backups.md b/User-backups.md index d047859..2160798 100644 --- a/User-backups.md +++ b/User-backups.md @@ -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. +e.g. `rsync -av --delete @tilde.club:/home/ path/to/hold/local/copy` + ### `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.