Module to fast create zip-file as backup
python store.py file1 dir2 file3 file4
STORE_PATH/YYYYMMDD_hhmmss_file1.zip
STORE_PATH/YYYYMMDD_hhmmss_dir2.d.zip
STORE_PATH/YYYYMMDD_hhmmss_file3.zip
STORE_PATH/YYYYMMDD_hhmmss_file4.zipA. 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
All the plans are here: todo.txt
