Windows Local Backup
This repository has been archived on 2024-06-02. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Peter McGoron 647f248d07 init 2023-12-09 10:58:59 -05:00
COPYING init 2023-12-09 10:58:59 -05:00
README.rst init 2023-12-09 10:58:59 -05:00
sha-256.c init 2023-12-09 10:58:59 -05:00
sha-256.h init 2023-12-09 10:58:59 -05:00
wlb.c init 2023-12-09 10:58:59 -05:00

README.rst

---------------------
Windows Local Backup
---------------------

Windows local backup system. Supports anything Sqlite3 supports.
Tested on x86 TCC 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.

-----
Notes
-----

Do not run backups while programs are writing to things or your
program might crash. The backup program should still work fine.