summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-04-08 16:44:43 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-04-08 16:44:43 -0400
commit44c65f40b7f67ee5d53769c6e5fc87f2c7849425 (patch)
tree3d41b85226cd8218f8758e5dcccde0b8f58948df /doc
parentf3cf20d22a5c27b83138c4ee062edb7532fecbb3 (diff)
bup is now supported as a special type of remote.
Diffstat (limited to 'doc')
-rw-r--r--doc/walkthrough/using_bup.mdwn8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/walkthrough/using_bup.mdwn b/doc/walkthrough/using_bup.mdwn
index 1a506c281..7e1562d12 100644
--- a/doc/walkthrough/using_bup.mdwn
+++ b/doc/walkthrough/using_bup.mdwn
@@ -6,13 +6,17 @@ git-annex, you can have git on both the frontend and the backend.
Here's how to create a bup remote, and describe it.
# git annex initremote mybup type=bup encryption=none remote=example.com/big/mybup
- initremote bup (init) ok
+ initremote bup (bup init)
+ Initialized empty Git repository in /big/mybup/
+ ok
# git annex describe mybup "my bup repository at example.com"
describe mybup ok
Now the remote can be used like any other remote.
# git annex move my_cool_big_file --to mybup
- move my_cool_big_file (to mybup...) ok
+ move my_cool_big_file (to mybup...)
+ Receiving index from server: 1100/1100, done.
+ ok
See [[special_remotes/bup]] for details.