27 lines
412 B
Markdown
Executable File
27 lines
412 B
Markdown
Executable File
# debian
|
|
|
|
Debian 13 NETig configuration for `server` or `desktop` profiles.
|
|
|
|
## Usage
|
|
|
|
Run the `run.sh` script and choose your profile.
|
|
|
|
## 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
|
|
```
|
|
|
|
### Desktop
|
|
|
|
There is nothing to do, your system is ready to enjoy !
|