diff --git a/User-backups.md b/User-backups.md index 2160798..d8fad96 100644 --- a/User-backups.md +++ b/User-backups.md @@ -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 @:path/to/put/archive.tgz` + ### `rsync` `rsync` synchronizes a directory with a remote directory.