Skip to content

A repo to hold a program that backs up selected files in the background while you work on them. Uses python 3.

License

Notifications You must be signed in to change notification settings

baBounch/auto-save-back-up

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

This is a script to back up things. It is mostly a test to try out git and practice some python.

The script makes a copy of files after every interval of time. To prevent having too many back ups, the script will overwrite the first back up after reaching a limit. The time between intervals, and the limit can be decided at the top of the script. While the script is running; you can ignore it and work on the files it is backing up.

About

A repo to hold a program that backs up selected files in the background while you work on them. Uses python 3.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages