| Revision 2478,
1.1 KB
checked in by chris, 3 years ago
(diff) |
|
Rearrangement of api-notes directory.
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | TITLE lib/backupclient |
|---|
| 2 | |
|---|
| 3 | Classes used on the store and on the server. |
|---|
| 4 | |
|---|
| 5 | See documentation in the files for more details. |
|---|
| 6 | |
|---|
| 7 | |
|---|
| 8 | SUBTITLE BackupStoreDirectory |
|---|
| 9 | |
|---|
| 10 | The directory listing class, containing a number of entries, representing files. |
|---|
| 11 | |
|---|
| 12 | |
|---|
| 13 | SUBTITLE BackupStoreFile |
|---|
| 14 | |
|---|
| 15 | Handles compressing and encrypting files, and decoding files downloaded from the server. |
|---|
| 16 | |
|---|
| 17 | |
|---|
| 18 | SUBTITLE BackupStoreFilename |
|---|
| 19 | |
|---|
| 20 | An encrypted filename. |
|---|
| 21 | |
|---|
| 22 | |
|---|
| 23 | SUBTITLE BackupStoreFilenameClear |
|---|
| 24 | |
|---|
| 25 | Derived from BackupStoreFilename, but with the ability to encrypt and decrypt filenames. Client side only. |
|---|
| 26 | |
|---|
| 27 | |
|---|
| 28 | SUBTITLE BackupClientFileAttributes |
|---|
| 29 | |
|---|
| 30 | Only used on the client -- the server treats attributes as blocks of opaque data. |
|---|
| 31 | |
|---|
| 32 | This reads attributes from files on discs, stores them, encrypts them, and applies them to new files. |
|---|
| 33 | |
|---|
| 34 | Also has a static function to generate filename attribute hashes given a struct stat and the filename. |
|---|
| 35 | |
|---|
| 36 | |
|---|
| 37 | SUBTITLE BackupClientRestore |
|---|
| 38 | |
|---|
| 39 | Routines to restore files from the server onto the client filesystem. |
|---|
| 40 | |
|---|
| 41 | |
|---|
| 42 | SUBTITLE BackupClientCryptoKeys |
|---|
| 43 | |
|---|
| 44 | This reads the key material from disc, and sets up the crypto for storing files, attributes and directories. |
|---|
| 45 | |
|---|
| 46 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.