aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
blob: a665d52048ae23083f82543759c54108b9c4f8f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---------------------
Windows Local Backup
---------------------

Windows local backup system. Supports anything Sqlite3 supports.
The bundled TCC is designed for Windows XP.

Backups are stored in a SQLite database. Each backup is timestamped
at the time of execution, with an optional name.

Each file in the backup has it's SHA256 sum included. If a file has
an identical SHA256 sum, only one copy of the file is stored. The
relative directory of each file is stored.


------------
Installation
------------

All of this is included in the `tcc` directory.

1. Install TCC.
2. Download https://sourceforge.net/projects/mingw/files/MinGW/Base/w32api/w32api-3.14/
3. Copy the ``include`` directory of this into `tcc/include/winapi`.
4. Run `compile.bat`.