Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TRC-Loop authored Dec 19, 2022
1 parent 888f497 commit dad5626
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,18 @@ A Python Program that backups a folder and packs it to a zip.
this code does these things:
create Zip file from source_dir in deflated mode (max compression)
copy zip file to target_dir
delete old files (maxold)
delete old files in the target_dir directory(maxold)
wait a delay

thats it.
### Try it out. Just run it. it deletes files that are older than 30 seconds and makes an backup every 10 seconds.


## Libaries:
colorama
alive_progress
built-in:
os
datetime
zipfile
time

0 comments on commit dad5626

Please sign in to comment.