Updated User backups (markdown)
parent
5d4c214798
commit
b8f8229ed5
|
@ -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.
|
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`
|
||||||
|
|
||||||
`rsync` synchronizes a directory with a remote directory.
|
`rsync` synchronizes a directory with a remote directory.
|
||||||
|
|
Loading…
Reference in New Issue