mirror of
https://github.com/tildeclub/tilde.club.git
synced 2026-03-23 19:30:18 +00:00
Updated User backups (markdown)
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user