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

an-dr-project-graveyard/store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Module to fast create zip-file as backup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages