From 5d4c214798afba2c342cd0658f6eee28ffd86094 Mon Sep 17 00:00:00 2001 From: englishm Date: Tue, 14 Oct 2014 10:22:18 -0700 Subject: [PATCH] Add example rsync usage --- User-backups.md | 2 ++ 1 file changed, 2 insertions(+) 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.