You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This script is a utility for backing up directories in a Linux environment. It allows you to create backups of specified directories, with options for compression, exclusion, scheduling, and retention policies.
4
+
5
+
## Features
6
+
- Automated directory backups
7
+
- Compression options
8
+
- Configurable backup schedules
9
+
- Configurable list of excluded directories
10
+
- Customizable retention policies
11
+
- Detailed logging
12
+
13
+
## Getting Started
14
+
15
+
The scripts requires specific packages (See [Prerequisites](#prerequisites) for more information).
16
+
17
+
### Prerequisites
18
+
19
+
This tool uses builtin [Python 3](https://www.python.org/) packages:
20
+
21
+
* subprocess
22
+
* requests
23
+
* os
24
+
* logging
25
+
* socket
26
+
* gzip
27
+
* datetime
28
+
* Path
29
+
30
+
## Configuration
31
+
32
+
Each database backup script can be configured using the following variables:
33
+
34
+
| Variable | Variable Type | Description | Is Required |
0 commit comments