Backup Format Specification - hamstar/Braincase GitHub Wiki
This version: 0.3
The backup will contain the following files in a zip file:
The filename of the zip will be in the format of <user>-braincase-<ddMMMYYYY>.zip
(e.g. robert-braincase-20Aug2012.zip
).
- manifest.txt - stores a list of files backed up
- home.tar.gz - stores the content of the users home
- wiki.tar.gz - stores the content of the wiki
The manifest file contains a listing of all the files that were backed up. The files are listed with their absolute file paths (e.g. /home/robert/repo/stuff.pdf
).