diff options
author | Joey Hess <joey@kitenet.net> | 2011-04-08 16:51:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-04-08 16:51:49 -0400 |
commit | f2324c941567bb5ac67835fd3c3a82109bbac4be (patch) | |
tree | 1ae0d72effd2bf81eb420266f246903ce0509d23 /doc/walkthrough/using_bup.mdwn | |
parent | 208ce72e7dff553e4cad4e83a35d661dae462d1d (diff) |
bupdates
Diffstat (limited to 'doc/walkthrough/using_bup.mdwn')
-rw-r--r-- | doc/walkthrough/using_bup.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/walkthrough/using_bup.mdwn b/doc/walkthrough/using_bup.mdwn index 7e1562d12..12aa61037 100644 --- a/doc/walkthrough/using_bup.mdwn +++ b/doc/walkthrough/using_bup.mdwn @@ -19,4 +19,13 @@ Now the remote can be used like any other remote. Receiving index from server: 1100/1100, done. ok +Note that, unlike other remotes, bup does not really support removing +content from its git repositories. This is a feature. :) + + # git annex move my_cool_big_file --from mybup + move my_cool_big_file + content cannot be removed from bup remote + failed + git-annex: 1 failed + See [[special_remotes/bup]] for details. |