Skip to content

Commit 832c2ea

Browse files
authored
Create readme.md
1 parent c0b68a7 commit 832c2ea

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Backup Generator/readme.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Backup Generator
2+
3+
The "File Backup Script" is a Python script designed to create a backup of files from a source directory and store them in a destination directory. The script uses the shutil and os modules to perform file operations and timestamp the backup folders. Below are the details on how to use this script
4+
5+
# Working
6+
7+
In the backup_files function, you need to specify the source directory and destination directory:
8+
- Replace /path/to/source_directory with the path to the directory containing the files you want to back up.
9+
- Replace /path/to/destination_directory with the path to the directory where the backup files should be stored.
10+
11+
# Requirments
12+
13+
- os
14+
- shutil

0 commit comments

Comments
 (0)