From 70a0e786f1468a7f649ded5d64705c23778035f6 Mon Sep 17 00:00:00 2001 From: ke7ofi Date: Tue, 14 Oct 2014 06:36:48 -0700 Subject: [PATCH] added links to sshfs tutorials --- User-backups.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/User-backups.md b/User-backups.md index b1c1c32..91135e0 100644 --- a/User-backups.md +++ b/User-backups.md @@ -16,6 +16,8 @@ Use `tar` to create a tarball of your stuff, then `scp` to put it somewhere else 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. +~ke7ofi on totallynuclear.club put together an [sshfs tutorial](http://totallynuclear.club/~ke7ofi/sshfs.html) for Linux users with a note on backups. ~jeffbonhag did [one for OSX, Windows, and Linux](http://tilde.club/~jeffbonhag/sshfs.txt) which doesn’t mention backups, but does mention identity files. + ### `git` and a private repository Use `git` to add your home directory as a project, then back up what you have to your favorite git repository. You'll probably want to make that repo private. \ No newline at end of file