A python library to help backup files on windows systems with limited version tracking.
Author: Chunliang Mu
Requrie python 3.10+ (since I am using the | operator for type hints)
Basically what it does is to copy, timestamp & gzip files from your specified folder to another folder, and save a list of your file structure, so you can copy them to wherever you please while retaining a record of version history.
This project is a work in progress. No guarrantees whatsoever. Use it at your own risk!
- Python libraries:
python3
(version >= 3.10)numpy
astropy
- .gitignore
- obtained from https://github.com/github/gitignore/blob/main/Python.gitignore under CC0-1.0 license.
N/A.