Skip to content

Latest commit

 

History

History
50 lines (25 loc) · 807 Bytes

README.md

File metadata and controls

50 lines (25 loc) · 807 Bytes

AutoBkp

A python library to help backup files on windows systems with limited version tracking.

Meta

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.

Disclaimer

This project is a work in progress. No guarrantees whatsoever. Use it at your own risk!

Dependencies

  • Python libraries:
    • python3 (version >= 3.10)
    • numpy
    • astropy

Externel files

Useful links

N/A.