source: box/trunk/docs/api-notes/lib_backupstore.txt @ 2478

Revision 2478, 865 bytes checked in by chris, 3 years ago (diff)

Rearrangement of api-notes directory.

  • Property svn:eol-style set to native
Line 
1TITLE lib/backupstore
2
3Classes which are shared amongst the server side store utilities, bbstored and bbstoreaccounts. Note also depends on lib/backupclient, as a lot of code is shared between the client and server.
4
5
6SUBTITLE BackupStoreAccountDatabase
7
8A simple implementation of an account database. This will be replaced with a more suitable implementation.
9
10
11SUBTITLE BackupStoreAccounts
12
13An interface to the account database, and knowledge of how to initialise an account on disc.
14
15
16SUBTITLE BackupStoreConfigVerify
17
18The same configuration file is used by all the utilities. This is the Configuration verification structure for this file.
19
20
21SUBTITLE BackupStoreInfo
22
23The "header" information about an account, specifying current disc usage, space limits, etc.
24
25
26SUBTITLE StoreStructure
27
28Functions specifying how the files are laid out on disc in the store.
29
30
Note: See TracBrowser for help on using the repository browser.