first commit
This commit is contained in:
22
README.md
Executable file
22
README.md
Executable file
@@ -0,0 +1,22 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user