Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (21 loc) · 724 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 724 Bytes

store

Module to fast create zip-file as backup

main_pic

Using

python store.py file1 dir2 file3 file4

Results

STORE_PATH/YYYYMMDD_hhmmss_file1.zip
STORE_PATH/YYYYMMDD_hhmmss_dir2.d.zip
STORE_PATH/YYYYMMDD_hhmmss_file3.zip
STORE_PATH/YYYYMMDD_hhmmss_file4.zip

Optional

A. Specify environment variable STORE_PATH (default is /STORED)

B. Add .PY to PathExt envvar for Windows

C. Add store location to PATH

After this you can use the module as:

store file1 dir2 file3 file4

and getting archives at your backup directory

Future dev

All the plans are here: todo.txt