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/special_remotes | |
parent | 208ce72e7dff553e4cad4e83a35d661dae462d1d (diff) |
bupdates
Diffstat (limited to 'doc/special_remotes')
-rw-r--r-- | doc/special_remotes/bup.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/special_remotes/bup.mdwn b/doc/special_remotes/bup.mdwn index 09eadd008..950b64e9c 100644 --- a/doc/special_remotes/bup.mdwn +++ b/doc/special_remotes/bup.mdwn @@ -5,6 +5,12 @@ interface to large files, and easy backups of the file contents using git. See [[walkthrough/using_bup]] for usage examples. +Each individual key is stored in a bup remote using `bup split`, with +a git branch named the same as the key name. Content is retrieved from +bup using `bup join`. All other bup operations are up to you -- consider +running `bup fsck --generate` in a cron job to generate recovery blocks, +for example; or clone bup's git repository to further back it up. + ## configuration These parameters can be passed to `git annex initremote` to configure bup: |