ba023e9f59554b8af08a4f2f40d5cac2a726624f
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
Description
Languages
Shell
100%