diff options
author | Joey Hess <joey@kitenet.net> | 2011-04-09 14:40:14 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-04-09 14:40:14 -0400 |
commit | ede234136b38e2039f9f056a6c05b10c65a07b51 (patch) | |
tree | 361d85fc23d33eb89d0cac9de5e25462f39d715d /doc/special_remotes/bup.mdwn | |
parent | 8ad901a647a9c7cf179dc2dd73d121adc43a28fb (diff) |
bup and git-annex-shell
Looked at having git-annex shell support running bup server..
Then looked at how bup runs bup server over ssh, and fled away, screaming..
Diffstat (limited to 'doc/special_remotes/bup.mdwn')
-rw-r--r-- | doc/special_remotes/bup.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/special_remotes/bup.mdwn b/doc/special_remotes/bup.mdwn index c74bdaf7e..90b84e9f4 100644 --- a/doc/special_remotes/bup.mdwn +++ b/doc/special_remotes/bup.mdwn @@ -30,6 +30,11 @@ Options to pass to `bup split` when sending content to bup can also be specified, by using `git config annex.bup-split-options`. This can be used to, for example, limit its bandwidth. +## notes + +[[git-annex-shell]] does not support bup, due to the wacky way that bup +starts its server. So, to use bup, you need full shell access to the server. + ## data security When encryption=none, there is **no** protection against your data being read |