23 lines
351 B
Markdown
Executable File
23 lines
351 B
Markdown
Executable File
# debian
|
|
|
|
Server (Debian Stable) system general configuration, prepares the system on first boot or anytime.
|
|
|
|
## Usage
|
|
|
|
Run the `run.sh` script.
|
|
|
|
## Manual tasks
|
|
|
|
### Server
|
|
|
|
Edit crontab with :
|
|
```
|
|
# crontab -e
|
|
```
|
|
|
|
And add the following content :
|
|
```
|
|
# Run the NETig backup script at 4h every monday
|
|
0 4 * * mon /usr/local/sbin/netig-srv-backup
|
|
```
|