bupdates
This commit is contained in:
parent
208ce72e7d
commit
f2324c9415
2 changed files with 15 additions and 0 deletions
|
@ -5,6 +5,12 @@ interface to large files, and easy backups of the file contents using git.
|
||||||
|
|
||||||
See [[walkthrough/using_bup]] for usage examples.
|
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
|
## configuration
|
||||||
|
|
||||||
These parameters can be passed to `git annex initremote` to configure bup:
|
These parameters can be passed to `git annex initremote` to configure bup:
|
||||||
|
|
|
@ -19,4 +19,13 @@ Now the remote can be used like any other remote.
|
||||||
Receiving index from server: 1100/1100, done.
|
Receiving index from server: 1100/1100, done.
|
||||||
ok
|
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.
|
See [[special_remotes/bup]] for details.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue