Updated User backups (markdown)

englishm 2014-10-14 10:30:07 -07:00
parent 5d4c214798
commit b8f8229ed5
1 changed files with 2 additions and 0 deletions

@ -8,6 +8,8 @@ Here are some ways you might back up your own stuff on your own schedule under y
Use `tar` to create a tarball of your stuff, then `scp` to put it somewhere else. `tar` stands for `tape archiver` which shows its venerable age; it still works just fine.
e.g. `tar czvf archive.tgz path/to/files`, `scp archive.tgz <username>@<hostname>:path/to/put/archive.tgz`
### `rsync`
`rsync` synchronizes a directory with a remote directory.