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.
wlb/README.rst

21 lines
609 B
ReStructuredText

---------------------
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.