root/tags/1.05/doc/databases.txt

Revision 89, 0.5 kB (checked in by bradfitz, 3 years ago)

show progress with -v, and include new doc

Line 
1
2inventory DB:
3-------------
4 default loc:
5    [TARGET:foo]'s "inventory_db" key, or
6    "$ENV{HOME}/.brackup-target-$name.invdb";
7
8 mapping:
9
10   pchunk->inventory_key   --->  join(" ", $schunk->backup_digest, $schunk->backup_length))
11   <dig>;to=<rcpt>
12   <dig>;raw
13
14
15Digest DB:
16----------
17  default loc:
18    [SOURCE:foo]'s 'digestdb_file' key, or
19    "$SOURCE_DIR/.brackup-digest.db"
20
21 table:  "digest_cache"
22
23    <cache_key> => "sha1:xxxxxxxxx"
24
25 cache_key ::=
26    [<root>]<path>:<ctime>,<mtime>,<size>,<ino>
27
Note: See TracBrowser for help on using the browser.